From 498ea75d1b08071da5055165791daa70df679b75 Mon Sep 17 00:00:00 2001 From: Ralf Schmitt Date: Sat, 22 Mar 2014 12:41:45 +0100 Subject: Lightsaber clean ups --- keyboard/lightsaber/Makefile.lufa | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'keyboard/lightsaber/Makefile.lufa') 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 -- cgit v1.2.3