qmk_firmware/keyboards/viktus/sp111/rules.mk

7 lines
119 B
Makefile
Raw Normal View History

# custom matrix setup
CUSTOM_MATRIX = lite
2022-02-09 01:07:42 +01:00
VPATH += drivers/gpio
SRC += mcp23018.c matrix.c
I2C_DRIVER_REQUIRED = yes