forked from mirrors/qmk_firmware
6 lines
119 B
Makefile
6 lines
119 B
Makefile
# custom matrix setup
|
|
CUSTOM_MATRIX = lite
|
|
|
|
VPATH += drivers/gpio
|
|
SRC += mcp23018.c matrix.c
|
|
I2C_DRIVER_REQUIRED = yes
|