diff options
author | Ralf Schmitt <ralf@bunkertor.net> | 2014-03-19 23:58:08 +0100 |
---|---|---|
committer | Ralf Schmitt <ralf@bunkertor.net> | 2014-03-19 23:58:08 +0100 |
commit | 526d988a0caadc1a48bea862f605c9cee90c3dd3 (patch) | |
tree | 8c47584c7ab21ffa9f7b6b46937a33c85cb4dc43 /keyboard/lightsaber/Makefile.lufa | |
parent | 160678a7b825af634a6fe02ea6a191b5c67cf75b (diff) |
Added basic led+backlight support
Diffstat (limited to 'keyboard/lightsaber/Makefile.lufa')
-rw-r--r-- | keyboard/lightsaber/Makefile.lufa | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboard/lightsaber/Makefile.lufa b/keyboard/lightsaber/Makefile.lufa index 6982b51f70..25816ac03e 100644 --- a/keyboard/lightsaber/Makefile.lufa +++ b/keyboard/lightsaber/Makefile.lufa @@ -51,6 +51,7 @@ TARGET_DIR = . # List C source files here. (C dependencies are automatically generated.) SRC += keymap.c \ led.c \ + backlight.c \ matrix.c CONFIG_H = config.h @@ -103,7 +104,7 @@ CONSOLE_ENABLE = yes # Console for debug(+400) COMMAND_ENABLE = yes # Commands for debug and configuration #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA -#BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality # Boot Section Size in bytes |