Christoph Cullmann
338ba782d6
This reverts commit edf089efd7
.
Try the latest state after
https://github.com/qmk/qmk_firmware/pull/24560#discussion_r1896946211
8 lines
185 B
Makefile
8 lines
185 B
Makefile
# Enable N-Key Rollover
|
|
NKRO_ENABLE = yes
|
|
|
|
# add bongocat & luna for OLEDs
|
|
ifeq ($(strip $(OLED_ENABLE)), yes)
|
|
SRC += features/oled_bongocat.c
|
|
SRC += features/oled_luna.c
|
|
endif
|