handwired/dactyl - Refactor use of legacy i2c implementation (#14344)

This commit is contained in:
Joel Challis
2021-09-08 02:23:11 +01:00
committed by GitHub
parent 04c0704b28
commit 60c5bd7b5e
6 changed files with 52 additions and 442 deletions

View File

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