forked from forks/qmk_firmware
4 lines
60 B
Makefile
4 lines
60 B
Makefile
|
ifeq ($(strip $(OLED_ENABLE)), yes)
|
||
|
SRC += oled.c
|
||
|
endif
|