mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-03 19:20:46 +02:00
7 lines
125 B
Makefile
7 lines
125 B
Makefile
# custom matrix setup
|
|
CUSTOM_MATRIX = lite
|
|
|
|
VPATH += drivers/gpio
|
|
SRC += mcp23018.c matrix.c
|
|
QUANTUM_LIB_SRC += i2c_master.c
|