summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorSeebs <seebs@seebs.net>2017-11-18 22:39:50 +0100
committerJack Humbert <jack.humb@gmail.com>2017-11-21 06:20:52 +0100
commit39d3d92364039b278f8e4db0b1c63eb057ab8016 (patch)
tree101db1ebcc9ea863cf4dc445d44abe42cbc1750c /keyboards
parentb669d115c2969a58f0ae00f6ae5c2290dba44c03 (diff)
downloadqmk_firmware-39d3d92364039b278f8e4db0b1c63eb057ab8016.tar.gz
qmk_firmware-39d3d92364039b278f8e4db0b1c63eb057ab8016.tar.xz
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')
-rw-r--r--keyboards/ergodox_ez/readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/readme.md b/keyboards/ergodox_ez/readme.md
index f025c5991..ffde65c88 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.