better debounce
This commit is contained in:
parent
a261570da6
commit
eea38ca33a
|
@ -4,3 +4,7 @@ CONSOLE_ENABLE = no
|
||||||
|
|
||||||
# Enable N-Key Rollover
|
# Enable N-Key Rollover
|
||||||
NKRO_ENABLE = yes
|
NKRO_ENABLE = yes
|
||||||
|
|
||||||
|
# more responsive debouncing: https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/
|
||||||
|
# sym_eager_pk does do some key chatter
|
||||||
|
DEBOUNCE_TYPE = asym_eager_defer_pk
|
||||||
|
|
Loading…
Reference in a new issue