]> git.donarmstrong.com Git - qmk_firmware.git/commit
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)
commit39d3d92364039b278f8e4db0b1c63eb057ab8016
tree101db1ebcc9ea863cf4dc445d44abe42cbc1750c
parentb669d115c2969a58f0ae00f6ae5c2290dba44c03
Allow multiple process_record() calls per scan

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>
docs/config_options.md
keyboards/ergodox_ez/readme.md
tmk_core/common/keyboard.c