aboutsummaryrefslogtreecommitdiff
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
61#EXTRALDFLAGS = -Wl,--relax 61#EXTRALDFLAGS = -Wl,--relax
62 62
63CUSTOM_MATRIX = yes 63CUSTOM_MATRIX = yes
64SRC += matrix.c 64SRC += matrix.c \
65 actuation_point.c \
66 i2c.c