X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Flightsaber%2FMakefile.lufa;h=b430efd2297f603098a46bb3477292a88e559791;hb=37cf2607648a40bbac0b37f7e0838f240e66450a;hp=25816ac03eea87118df5167840c9beef911e8ca1;hpb=526d988a0caadc1a48bea862f605c9cee90c3dd3;p=max%2Ftmk_keyboard.git diff --git a/keyboard/lightsaber/Makefile.lufa b/keyboard/lightsaber/Makefile.lufa index 25816ac0..b430efd2 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