Refactor use of legacy i2c implementation (#14341)

This commit is contained in:
Joel Challis
2021-09-07 16:34:59 +01:00
committed by GitHub
parent 2d6635214a
commit e7a5c006d9
6 changed files with 23 additions and 419 deletions

View File

@@ -27,5 +27,5 @@ RGBLIGHT_ENABLE = no
CUSTOM_MATRIX = yes
# project specific files
SRC = twimaster.c \
matrix.c
QUANTUM_LIB_SRC += i2c_master.c
SRC += matrix.c