From 39d3d92364039b278f8e4db0b1c63eb057ab8016 Mon Sep 17 00:00:00 2001 From: Seebs Date: Sat, 18 Nov 2017 15:39:50 -0600 Subject: 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 --- keyboards/ergodox_ez/readme.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'keyboards/ergodox_ez') 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. -- cgit v1.2.3