try to be snappier
This commit is contained in:
parent
3092ae601d
commit
55fd29f3db
3 changed files with 2 additions and 6 deletions
|
@ -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 200
|
#define TAPPING_TERM 180
|
||||||
#define TAPPING_TERM_SLOW 250
|
#define TAPPING_TERM_SLOW 250
|
||||||
#define TAPPING_TERM_PER_KEY
|
#define TAPPING_TERM_PER_KEY
|
||||||
|
|
||||||
|
|
|
@ -98,10 +98,6 @@ uint16_t get_tapping_term(uint16_t keycode, keyrecord_t* record) {
|
||||||
case CC_I:
|
case CC_I:
|
||||||
case CC_M:
|
case CC_M:
|
||||||
case CC_Y:
|
case CC_Y:
|
||||||
case CC_SYM:
|
|
||||||
case CC_NUM:
|
|
||||||
case CC_NAV:
|
|
||||||
case CC_FUN:
|
|
||||||
return TAPPING_TERM_SLOW;
|
return TAPPING_TERM_SLOW;
|
||||||
default:
|
default:
|
||||||
return TAPPING_TERM;
|
return TAPPING_TERM;
|
||||||
|
|
2
rules.mk
2
rules.mk
|
@ -5,7 +5,7 @@ NKRO_ENABLE = yes
|
||||||
LTO_ENABLE = yes
|
LTO_ENABLE = yes
|
||||||
|
|
||||||
# use more snappy debounce algo
|
# use more snappy debounce algo
|
||||||
DEBOUNCE_TYPE = asym_eager_defer_pk
|
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue