qmk/rules.mk
Christoph Cullmann 791be9e86b
disable tap_flow again
with my settings does more harm than good
will revisit that later
2025-03-19 09:56:08 +01:00

11 lines
219 B
Makefile

# Enable N-Key Rollover
NKRO_ENABLE = yes
# optimize size
LTO_ENABLE = yes
# add bongocat & luna for OLEDs
ifeq ($(strip $(OLED_ENABLE)), yes)
SRC += features/oled_bongocat.c
SRC += features/oled_luna.c
endif