summaryrefslogtreecommitdiff
path: root/keyboards/touchpad/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/touchpad/rules.mk')
-rw-r--r--keyboards/touchpad/rules.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/touchpad/rules.mk b/keyboards/touchpad/rules.mk
index c22f3a2da5..b9fb83c48c 100644
--- a/keyboards/touchpad/rules.mk
+++ b/keyboards/touchpad/rules.mk
@@ -12,4 +12,5 @@ AUDIO_ENABLE = no # Audio output
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
CUSTOM_MATRIX = yes
-SRC += matrix.c i2c_master.c
+SRC += matrix.c
+I2C_DRIVER_REQUIRED = yes