qmk/rules.mk
Christoph Cullmann edf089efd7
back to achordion
better support of one hand rolls
2024-12-20 22:41:24 +01:00

11 lines
260 B
Makefile

# Enable N-Key Rollover
NKRO_ENABLE = yes
# add achordion to improve home row modifiers
SRC += features/achordion.c
# add bongocat & luna for OLEDs
ifeq ($(strip $(OLED_ENABLE)), yes)
SRC += features/oled_bongocat.c
SRC += features/oled_luna.c
endif