summaryrefslogtreecommitdiff
path: root/keyboards/sx60/rules.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-09-07 16:34:59 +0100
committerGitHub <noreply@github.com>2021-09-07 16:34:59 +0100
commite7a5c006d9777a4009da934f408961aa2d2e6fb1 (patch)
tree98c6ca624c08dde5f5d288d405b8eb3a5356d6a6 /keyboards/sx60/rules.mk
parent2d6635214ab05858271f312619c5447bf317cf51 (diff)
Refactor use of legacy i2c implementation (#14341)
Diffstat (limited to 'keyboards/sx60/rules.mk')
-rwxr-xr-xkeyboards/sx60/rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/sx60/rules.mk b/keyboards/sx60/rules.mk
index 8c2ad5259d..1550b65c16 100755
--- a/keyboards/sx60/rules.mk
+++ b/keyboards/sx60/rules.mk
@@ -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