Added basic led+backlight support

This commit is contained in:
Ralf Schmitt 2014-03-19 23:58:08 +01:00
parent 160678a7b8
commit 526d988a0c
5 changed files with 94 additions and 3 deletions

View file

@ -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