mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-13 23:44:54 +00:00
8 lines
120 B
Makefile
8 lines
120 B
Makefile
CUSTOM_MATRIX = lite
|
|
|
|
SRC += matrix.c \
|
|
bongocat.c \
|
|
mcp23018.c \
|
|
torn_encoder.c
|
|
|
|
I2C_DRIVER_REQUIRED = yes
|