mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
7 lines
118 B
Makefile
7 lines
118 B
Makefile
# custom matrix setup
|
|
CUSTOM_MATRIX = lite
|
|
|
|
VPATH += drivers/gpio
|
|
SRC += pca9555.c matrix.c
|
|
I2C_DRIVER_REQUIRED = yes
|