keep normal debounce

This commit is contained in:
Christoph Cullmann 2023-09-07 19:08:59 +02:00
parent c7087f79f5
commit 8f49b471d8
3 changed files with 0 additions and 9 deletions

View file

@ -14,9 +14,6 @@ SPACE_CADET_ENABLE = no
GRAVE_ESC_ENABLE = no GRAVE_ESC_ENABLE = no
MAGIC_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 # add achordion to improve home row modifiers
SRC += ../common/achordion.c SRC += ../common/achordion.c

View file

@ -14,9 +14,6 @@ SPACE_CADET_ENABLE = no
GRAVE_ESC_ENABLE = no GRAVE_ESC_ENABLE = no
MAGIC_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 # add achordion to improve home row modifiers
SRC += ../common/achordion.c SRC += ../common/achordion.c

View file

@ -11,9 +11,6 @@ SPACE_CADET_ENABLE = no
GRAVE_ESC_ENABLE = no GRAVE_ESC_ENABLE = no
MAGIC_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 # add achordion to improve home row modifiers
SRC += ../../../common/achordion.c SRC += ../../../common/achordion.c