]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/lufa/Makefile
Add LUFA mouse feature and fix mouse report.
[tmk_firmware.git] / keyboard / lufa / Makefile
index 12af013f89d7189cca8e7a3ffbe33e859b6c1a59..b386fb38182ba329af0bf494ea3b8a1a906c9ab3 100644 (file)
@@ -132,6 +132,14 @@ SRC +=     keymap.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