Added basic led+backlight support
This commit is contained in:
parent
160678a7b8
commit
526d988a0c
5 changed files with 94 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue