4 lines
78 B
Makefile
4 lines
78 B
Makefile
|
ifeq ($(strip $(LED_ANIMATIONS)), yes)
|
||
|
OPT_DEFS += -DLED_ANIMATIONS
|
||
|
endif
|