qmk-dactyl-manuform-a/keyboards/nullbitsco/nibble/keymaps/oled_status/rules.mk

8 lines
132 B
Makefile

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