keep normal debounce
This commit is contained in:
parent
c7087f79f5
commit
8f49b471d8
|
@ -14,9 +14,6 @@ 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/
|
||||
DEBOUNCE_TYPE = asym_eager_defer_pk
|
||||
|
||||
# add achordion to improve home row modifiers
|
||||
SRC += ../common/achordion.c
|
||||
|
||||
|
|
|
@ -14,9 +14,6 @@ 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/
|
||||
DEBOUNCE_TYPE = asym_eager_defer_pk
|
||||
|
||||
# add achordion to improve home row modifiers
|
||||
SRC += ../common/achordion.c
|
||||
|
||||
|
|
|
@ -11,9 +11,6 @@ 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/
|
||||
DEBOUNCE_TYPE = asym_eager_defer_pk
|
||||
|
||||
# add achordion to improve home row modifiers
|
||||
SRC += ../../../common/achordion.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue