better debouncing helps
This commit is contained in:
parent
f35586f88b
commit
54baddfd6a
|
@ -14,6 +14,10 @@ SPACE_CADET_ENABLE = no
|
|||
GRAVE_ESC_ENABLE = no
|
||||
MAGIC_ENABLE = no
|
||||
|
||||
# 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
|
||||
|
||||
# build
|
||||
# qmk compile -kb ferris/sweep -km christoph-cullmann
|
||||
# qmk flash -kb ferris/sweep -km christoph-cullmann
|
||||
|
|
Loading…
Reference in a new issue