mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-25 18:06:34 +06:00
5 lines
95 B
Makefile
5 lines
95 B
Makefile
CUSTOM_MATRIX = lite
|
|
|
|
VPATH += drivers/gpio
|
|
SRC += pca9555.c matrix.c
|
|
I2C_DRIVER_REQUIRED = yes
|