diff --git a/common/config.h b/common/config.h index 3230e2f..7457a1c 100644 --- a/common/config.h +++ b/common/config.h @@ -22,7 +22,7 @@ // home row mods #define CHORDAL_HOLD #define PERMISSIVE_HOLD -#define TAPPING_TERM 180 +#define TAPPING_TERM 200 #define TAPPING_TERM_SLOW 250 #define TAPPING_TERM_PER_KEY diff --git a/rules.mk b/rules.mk index 708b233..5485521 100644 --- a/rules.mk +++ b/rules.mk @@ -4,9 +4,6 @@ NKRO_ENABLE = yes # optimize size LTO_ENABLE = yes -# use more snappy debounce algo -DEBOUNCE_TYPE = sym_eager_pk - # add bongocat & luna for OLEDs ifeq ($(strip $(OLED_ENABLE)), yes) SRC += features/oled_bongocat.c