diff options
author | Seebs <seebs@seebs.net> | 2017-11-18 15:39:50 -0600 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-21 00:20:52 -0500 |
commit | 39d3d92364039b278f8e4db0b1c63eb057ab8016 (patch) | |
tree | 101db1ebcc9ea863cf4dc445d44abe42cbc1750c /keyboards/ergodox_ez/readme.md | |
parent | b669d115c2969a58f0ae00f6ae5c2290dba44c03 (diff) | |
download | qmk_firmware-39d3d92364039b278f8e4db0b1c63eb057ab8016.tar.gz qmk_firmware-39d3d92364039b278f8e4db0b1c63eb057ab8016.zip |
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>
Diffstat (limited to 'keyboards/ergodox_ez/readme.md')
-rw-r--r-- | keyboards/ergodox_ez/readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/readme.md b/keyboards/ergodox_ez/readme.md index f025c5991d..ffde65c88b 100644 --- a/keyboards/ergodox_ez/readme.md +++ b/keyboards/ergodox_ez/readme.md @@ -31,3 +31,8 @@ To flash with ´teensy-loader-cli´: - Press the Reset button by inserting a paperclip gently into the reset hole in the top right corder. + +## Settings + +You may want to enable QMK_KEYS_PER_SCAN because the Ergodox has a relatively +slow scan rate. |