mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-25 11:29:04 +02:00
6 lines
96 B
Makefile
6 lines
96 B
Makefile
CUSTOM_MATRIX = lite
|
|
|
|
VPATH += drivers/gpio
|
|
SRC += pca9555.c matrix.c
|
|
I2C_DRIVER_REQUIRED = yes
|