2023-10-03 15:30:08 +02:00
|
|
|
# Enable N-Key Rollover
|
|
|
|
NKRO_ENABLE = yes
|
|
|
|
|
2024-12-20 22:41:24 +01:00
|
|
|
# add achordion to improve home row modifiers
|
|
|
|
SRC += features/achordion.c
|
|
|
|
|
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
|