4 lines
63 B
Makefile
Raw Normal View History

ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
SRC += leds.c
endif