bit more conversative debounce
This commit is contained in:
parent
3ddca14985
commit
891baa6442
|
@ -15,7 +15,7 @@ GRAVE_ESC_ENABLE = no
|
|||
MAGIC_ENABLE = no
|
||||
|
||||
# more responsive debouncing: https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/
|
||||
DEBOUNCE_TYPE = sym_eager_pk
|
||||
DEBOUNCE_TYPE = asym_eager_defer_pk
|
||||
|
||||
# add achordion to improve home row modifiers
|
||||
SRC += achordion.c
|
||||
|
|
|
@ -15,7 +15,7 @@ GRAVE_ESC_ENABLE = no
|
|||
MAGIC_ENABLE = no
|
||||
|
||||
# more responsive debouncing: https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/
|
||||
DEBOUNCE_TYPE = sym_eager_pk
|
||||
DEBOUNCE_TYPE = asym_eager_defer_pk
|
||||
|
||||
# add achordion to improve home row modifiers
|
||||
SRC += achordion.c
|
||||
|
|
Loading…
Reference in a new issue