mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
9 lines
170 B
Makefile
9 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
|