diff options
author | Ralf Schmitt <ralf@bunkertor.net> | 2014-03-22 12:41:45 +0100 |
---|---|---|
committer | Ralf Schmitt <ralf@bunkertor.net> | 2014-03-22 12:41:45 +0100 |
commit | 498ea75d1b08071da5055165791daa70df679b75 (patch) | |
tree | b6f650fd6319b53c3f325031b381841cf4898e3e /keyboard/lightsaber/Makefile.lufa | |
parent | 526d988a0caadc1a48bea862f605c9cee90c3dd3 (diff) |
Lightsaber clean ups
Diffstat (limited to 'keyboard/lightsaber/Makefile.lufa')
-rw-r--r-- | keyboard/lightsaber/Makefile.lufa | 6 |
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 |