2023-10-03 15:30:08 +02:00
|
|
|
# Enable N-Key Rollover
|
|
|
|
NKRO_ENABLE = yes
|
|
|
|
|
2025-02-14 14:33:39 +01:00
|
|
|
# use more snappy debounce algo
|
|
|
|
DEBOUNCE_TYPE = asym_eager_defer_pk
|
|
|
|
|
2024-09-23 01:25:37 +02:00
|
|
|
# add bongocat & luna for OLEDs
|
|
|
|
ifeq ($(strip $(OLED_ENABLE)), yes)
|
|
|
|
SRC += features/oled_bongocat.c
|
|
|
|
SRC += features/oled_luna.c
|
|
|
|
endif
|