qmk_sweep_skeletyl/keyboards/nullbitsco/nibble/keymaps/oled_status/rules.mk

8 lines
132 B
Makefile
Raw Normal View History

OLED_DRIVER_ENABLE = yes
WPM_ENABLE = yes
VIA_ENABLE = yes
ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes)
SRC += oled_display.c
endif