]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/lufa/Makefile
Add consumer/system control feature to LUFA.
[max/tmk_keyboard.git] / keyboard / lufa / Makefile
index 12af013f89d7189cca8e7a3ffbe33e859b6c1a59..030f4061d29e258c99e78610cd19a5ad81f6faee 100644 (file)
@@ -128,10 +128,19 @@ 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
 
 
+# Build Options
+#   comment out to disable the options.
+#
+MOUSEKEY_ENABLE = yes  # Mouse keys
+#PS2_MOUSE_ENABLE = yes        # PS/2 mouse(TrackPoint) support
+EXTRAKEY_ENABLE = yes  # Audio control and System control
+#NKRO_ENABLE = yes     # USB Nkey Rollover
+
 
 # LUFA library compile-time options and predefined tokens
 LUFA_OPTS  = -D USB_DEVICE_ONLY