tune delays and debounce again

This commit is contained in:
Christoph Cullmann 2025-03-17 16:48:12 +01:00
parent 55fd29f3db
commit 4dc5811f00
No known key found for this signature in database
2 changed files with 1 additions and 4 deletions

View file

@ -22,7 +22,7 @@
// home row mods // home row mods
#define CHORDAL_HOLD #define CHORDAL_HOLD
#define PERMISSIVE_HOLD #define PERMISSIVE_HOLD
#define TAPPING_TERM 180 #define TAPPING_TERM 200
#define TAPPING_TERM_SLOW 250 #define TAPPING_TERM_SLOW 250
#define TAPPING_TERM_PER_KEY #define TAPPING_TERM_PER_KEY

View file

@ -4,9 +4,6 @@ NKRO_ENABLE = yes
# optimize size # optimize size
LTO_ENABLE = yes LTO_ENABLE = yes
# use more snappy debounce algo
DEBOUNCE_TYPE = sym_eager_pk
# add bongocat & luna for OLEDs # add bongocat & luna for OLEDs
ifeq ($(strip $(OLED_ENABLE)), yes) ifeq ($(strip $(OLED_ENABLE)), yes)
SRC += features/oled_bongocat.c SRC += features/oled_bongocat.c