6 lines
79 B
Makefile
6 lines
79 B
Makefile
SRC += 333fred.c
|
|
|
|
ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
|
|
SRC += rgb.c
|
|
endif
|