summaryrefslogtreecommitdiffstats
path: root/keyboards/fc660c/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fc660c/rules.mk')
-rw-r--r--keyboards/fc660c/rules.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/fc660c/rules.mk b/keyboards/fc660c/rules.mk
index 883f7e657..c947947f8 100644
--- a/keyboards/fc660c/rules.mk
+++ b/keyboards/fc660c/rules.mk
@@ -61,4 +61,6 @@ NKRO_ENABLE ?= yes # USB Nkey Rollover - not yet supported in LUFA
#EXTRALDFLAGS = -Wl,--relax
CUSTOM_MATRIX = yes
-SRC += matrix.c
+SRC += matrix.c \
+ actuation_point.c \
+ i2c.c