4 lines
63 B
Makefile
4 lines
63 B
Makefile
ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
|
|
SRC += leds.c
|
|
endif
|
ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
|
|
SRC += leds.c
|
|
endif
|