less options to set
This commit is contained in:
parent
6a50faf943
commit
54b055d820
2 changed files with 0 additions and 10 deletions
|
@ -12,13 +12,6 @@
|
|||
// from its 10ms default to the 1ms minimum that USB 1.x (Full Speed) allows:
|
||||
#define USB_POLLING_INTERVAL_MS 1
|
||||
|
||||
// try to be nice to the old switches I did harvest
|
||||
#define DEBOUNCE 10
|
||||
|
||||
// Unfortunately, some applications drop or swap fast key events. This is a
|
||||
// partial fix to slow down the rate at which macros are sent.
|
||||
#define TAP_CODE_DELAY 5
|
||||
|
||||
// home row mods
|
||||
#define CHORDAL_HOLD
|
||||
#define PERMISSIVE_HOLD
|
||||
|
|
3
rules.mk
3
rules.mk
|
@ -4,9 +4,6 @@ NKRO_ENABLE = yes
|
|||
# optimize size
|
||||
LTO_ENABLE = yes
|
||||
|
||||
# use more snappy debounce algo
|
||||
DEBOUNCE_TYPE = asym_eager_defer_pk
|
||||
|
||||
# add bongocat & luna for OLEDs
|
||||
ifeq ($(strip $(OLED_ENABLE)), yes)
|
||||
SRC += features/oled_bongocat.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue