qmk/rules.mk

11 lines
254 B
Makefile

# Enable N-Key Rollover
NKRO_ENABLE = yes
# use more snappy debounce algo
DEBOUNCE_TYPE = asym_eager_defer_pk
# add bongocat & luna for OLEDs
ifeq ($(strip $(OLED_ENABLE)), yes)
SRC += features/oled_bongocat.c
SRC += features/oled_luna.c
endif