8 lines
170 B
Makefile
8 lines
170 B
Makefile
CUSTOM_MATRIX = yes
|
|
|
|
# A bunch of stuff that you shouldn't touch unless you
|
|
# know what you're doing.
|
|
#
|
|
# No touchy, capiche?
|
|
SRC += matrix.c
|
|
I2C_DRIVER_REQUIRED = yes
|