diff options
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 |