bit more conversative debounce

This commit is contained in:
Christoph Cullmann 2023-08-12 18:16:12 +02:00
parent 3ddca14985
commit 891baa6442
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ 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/ # 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 # add achordion to improve home row modifiers
SRC += achordion.c SRC += achordion.c

View file

@ -15,7 +15,7 @@ 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/ # 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 # add achordion to improve home row modifiers
SRC += achordion.c SRC += achordion.c