mirror of
https://github.com/qmk/qmk_firmware
synced 2025-01-03 13:40:36 +00:00
4 lines
60 B
Makefile
4 lines
60 B
Makefile
ifeq ($(strip $(OLED_ENABLE)), yes)
|
|
SRC += oled.c
|
|
endif
|