10 lines
134 B
Makefile
10 lines
134 B
Makefile
|
# Build Options
|
||
|
# change yes to no to disable
|
||
|
#
|
||
|
CUSTOM_MATRIX = lite
|
||
|
DIP_SWITCH_ENABLE = yes
|
||
|
|
||
|
SRC += matrix.c
|
||
|
|
||
|
LAYOUTS_HAS_RGB = no
|