]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Allow multiple process_record() calls per scan
authorSeebs <seebs@seebs.net>
Sat, 18 Nov 2017 21:39:50 +0000 (15:39 -0600)
committerJack Humbert <jack.humb@gmail.com>
Tue, 21 Nov 2017 05:20:52 +0000 (00:20 -0500)
This is particularly relevant for, e.g., the ergodox EZ and
other keyboards with slow scan rates. Without changing the API or
behavior of individual process_record() calls, we allow a
configuration flag to make multiple calls in a single scan.

This will probably have miniscule effects on non-steno users,
and it's not enabled by default for any keyboards. Added note
about it to ergodox README.

Signed-off-by: seebs <seebs@seebs.net>

No differences found