summaryrefslogtreecommitdiffstats
path: root/keyboard/lufa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/lufa/Makefile')
-rw-r--r--keyboard/lufa/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboard/lufa/Makefile b/keyboard/lufa/Makefile
index b386fb381..030f4061d 100644
--- a/keyboard/lufa/Makefile
+++ b/keyboard/lufa/Makefile
@@ -128,7 +128,8 @@ LUFA_SRC = $(TARGET).c \
SRC = $(subst $(LUFA_PATH)/LUFA/,,$(LUFA_SRC))
SRC += keymap.c \
matrix.c \
- led.c
+ led.c \
+ pjrc/bootloader_teensy.c
CONFIG_H = config.h
@@ -137,7 +138,7 @@ CONFIG_H = config.h
#
MOUSEKEY_ENABLE = yes # Mouse keys
#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support
-#EXTRAKEY_ENABLE = yes # Audio control and System control
+EXTRAKEY_ENABLE = yes # Audio control and System control
#NKRO_ENABLE = yes # USB Nkey Rollover