From e7a5c006d9777a4009da934f408961aa2d2e6fb1 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Tue, 7 Sep 2021 16:34:59 +0100 Subject: Refactor use of legacy i2c implementation (#14341) --- keyboards/sx60/rules.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/sx60/rules.mk') 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 -- cgit v1.2.3