summaryrefslogtreecommitdiff
path: root/keyboards/nullbitsco/nibble/keymaps/oled_status/rules.mk
blob: 0e39ada47b53e115d7b4f4c27f7d3b5127017e78 (plain)
1
2
3
4
5
6
7
8
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
WPM_ENABLE = yes
VIA_ENABLE = yes

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