summaryrefslogtreecommitdiff
path: root/keyboards/fc980c/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fc980c/rules.mk')
-rw-r--r--keyboards/fc980c/rules.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/fc980c/rules.mk b/keyboards/fc980c/rules.mk
index 79d40dc61..261bb41c8 100644
--- a/keyboards/fc980c/rules.mk
+++ b/keyboards/fc980c/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