mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-25 01:47:10 +06: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
|