mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
7 lines
119 B
Makefile
7 lines
119 B
Makefile
# custom matrix setup
|
|
CUSTOM_MATRIX = lite
|
|
|
|
VPATH += drivers/gpio
|
|
SRC += mcp23018.c matrix.c
|
|
I2C_DRIVER_REQUIRED = yes
|