try to be snappier

This commit is contained in:
Christoph Cullmann 2025-03-07 13:12:30 +01:00
parent 3092ae601d
commit 55fd29f3db
No known key found for this signature in database
3 changed files with 2 additions and 6 deletions

View file

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

View file

@ -98,10 +98,6 @@ uint16_t get_tapping_term(uint16_t keycode, keyrecord_t* record) {
case CC_I:
case CC_M:
case CC_Y:
case CC_SYM:
case CC_NUM:
case CC_NAV:
case CC_FUN:
return TAPPING_TERM_SLOW;
default:
return TAPPING_TERM;

View file

@ -5,7 +5,7 @@ NKRO_ENABLE = yes
LTO_ENABLE = yes
# use more snappy debounce algo
DEBOUNCE_TYPE = asym_eager_defer_pk
DEBOUNCE_TYPE = sym_eager_pk
# add bongocat & luna for OLEDs
ifeq ($(strip $(OLED_ENABLE)), yes)