summaryrefslogtreecommitdiff
path: root/keyboard/lightsaber/Makefile.lufa
diff options
context:
space:
mode:
authorRalf Schmitt <ralf@bunkertor.net>2014-03-22 12:41:45 +0100
committerRalf Schmitt <ralf@bunkertor.net>2014-03-22 12:41:45 +0100
commit498ea75d1b08071da5055165791daa70df679b75 (patch)
treeb6f650fd6319b53c3f325031b381841cf4898e3e /keyboard/lightsaber/Makefile.lufa
parent526d988a0caadc1a48bea862f605c9cee90c3dd3 (diff)
Lightsaber clean ups
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