6 lines
92 B
Makefile
6 lines
92 B
Makefile
|
SRC += vnmm.c
|
||
|
|
||
|
ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
|
||
|
SRC += rgb_matrix_user.c
|
||
|
endif
|