less options to set

This commit is contained in:
Christoph Cullmann 2025-06-05 23:09:53 +02:00
parent 6a50faf943
commit 54b055d820
No known key found for this signature in database
2 changed files with 0 additions and 10 deletions

View file

@ -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

View file

@ -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