diff options
Diffstat (limited to 'keyboards/fc980c/rules.mk')
-rw-r--r-- | keyboards/fc980c/rules.mk | 4 |
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 | ||
63 | CUSTOM_MATRIX = yes | 63 | CUSTOM_MATRIX = yes |
64 | SRC += matrix.c | 64 | SRC += matrix.c \ |
65 | actuation_point.c \ | ||
66 | i2c.c | ||