forked from mirrors/qmk_firmware
5 lines
83 B
Makefile
5 lines
83 B
Makefile
|
ifeq ($(strip $(LED_ENABLE)), yes)
|
||
|
OPT_DEFS += -DLED_ENABLE
|
||
|
SRC += led.c
|
||
|
endif
|