mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-02 16:05:09 +00:00
5e86a11a8d
* Added new oled_status keymap to nullbitsco/nibble keyboard * rm: Removed font from src imports
8 lines
132 B
Makefile
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
|