From 60c5bd7b5e0e75f48d9731118b92a3add3342efd Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 8 Sep 2021 02:23:11 +0100 Subject: handwired/dactyl - Refactor use of legacy i2c implementation (#14344) --- keyboards/handwired/dactyl/rules.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/handwired/dactyl/rules.mk') diff --git a/keyboards/handwired/dactyl/rules.mk b/keyboards/handwired/dactyl/rules.mk index cb5690ba75..7e97cb8458 100644 --- a/keyboards/handwired/dactyl/rules.mk +++ b/keyboards/handwired/dactyl/rules.mk @@ -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 -- cgit v1.2.3