mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-03 11:10:43 +02:00
7 lines
117 B
Makefile
7 lines
117 B
Makefile
# custom matrix setup
|
|
CUSTOM_MATRIX = yes
|
|
|
|
VPATH += drivers/gpio
|
|
SRC += pca9555.c matrix.c
|
|
I2C_DRIVER_REQUIRED = yes
|