tune delays and debounce again
This commit is contained in:
parent
55fd29f3db
commit
4dc5811f00
2 changed files with 1 additions and 4 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 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
|
||||||
|
|
||||||
|
|
3
rules.mk
3
rules.mk
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue