aboutsummaryrefslogtreecommitdiff
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 25816ac03..b430efd22 100644
--- a/keyboard/lightsaber/Makefile.lufa
+++ b/keyboard/lightsaber/Makefile.lufa
@@ -49,10 +49,10 @@ TARGET_DIR = .
49 49
50 50
51# List C source files here. (C dependencies are automatically generated.) 51# List C source files here. (C dependencies are automatically generated.)
52SRC += keymap.c \ 52SRC = keymap.c \
53 matrix.c \
53 led.c \ 54 led.c \
54 backlight.c \ 55 backlight.c
55 matrix.c
56 56
57CONFIG_H = config.h 57CONFIG_H = config.h
58 58