8 lines
124 B
Makefile
8 lines
124 B
Makefile
|
CUSTOM_MATRIX = lite
|
||
|
|
||
|
WS2812_DRIVER_REQUIRED := yes
|
||
|
|
||
|
# Project specific files
|
||
|
SRC += matrix.c \
|
||
|
common/shift_register.c
|