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