summaryrefslogtreecommitdiff
path: root/keyboards/nullbitsco/nibble/keymaps/oled_status/rules.mk
blob: 51c47cff89615975a8f31f7ef18fc9081f71ceab (plain)
1
2
3
4
5
6
7
OLED_DRIVER_ENABLE = yes
WPM_ENABLE = yes
VIA_ENABLE = yes

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