Move driver to core (#15944)

This commit is contained in:
Joel Challis
2022-02-09 00:07:42 +00:00
committed by GitHub
parent 2e279f1b88
commit 74e8a71768
4 changed files with 72 additions and 52 deletions

View File

@@ -22,5 +22,6 @@ LTO_ENABLE = yes # Smaller (and slightly faster) firmware
# custom matrix setup
CUSTOM_MATRIX = lite
VPATH += drivers/gpio
SRC += mcp23018.c matrix.c
QUANTUM_LIB_SRC += i2c_master.c