summaryrefslogtreecommitdiff
path: root/keyboard/lightsaber/Makefile.lufa
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/lightsaber/Makefile.lufa')
-rw-r--r--keyboard/lightsaber/Makefile.lufa6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboard/lightsaber/Makefile.lufa b/keyboard/lightsaber/Makefile.lufa
index 25816ac03e..b430efd229 100644
--- a/keyboard/lightsaber/Makefile.lufa
+++ b/keyboard/lightsaber/Makefile.lufa
@@ -49,10 +49,10 @@ TARGET_DIR = .
# List C source files here. (C dependencies are automatically generated.)
-SRC += keymap.c \
+SRC = keymap.c \
+ matrix.c \
led.c \
- backlight.c \
- matrix.c
+ backlight.c
CONFIG_H = config.h