diff options
Diffstat (limited to 'keyboards/handwired/dactyl/rules.mk')
-rw-r--r-- | keyboards/handwired/dactyl/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |