diff options
author | tmk <nobody@nowhere> | 2012-06-28 16:51:56 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-06-28 16:51:56 +0900 |
commit | a9a3610dd4a168e473d2d6a2eb3fbc37aabb46c9 (patch) | |
tree | 89f274c6cf58a9b4fcd8d768dda78da10afac3b9 /keyboard/lufa/Makefile | |
parent | effa5914bff71fa7ad6506271c9ba4baa32a1eca (diff) |
Add LUFA mouse feature and fix mouse report.
- add LUFA boot mouse feature
- remove report_id from mouse report
- fix LUFA descriptor
Diffstat (limited to 'keyboard/lufa/Makefile')
-rw-r--r-- | keyboard/lufa/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboard/lufa/Makefile b/keyboard/lufa/Makefile index 12af013f89..b386fb3818 100644 --- a/keyboard/lufa/Makefile +++ b/keyboard/lufa/Makefile @@ -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 |