diff options
author | tmk <nobody@nowhere> | 2012-06-29 03:33:59 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-06-29 03:33:59 +0900 |
commit | f2ebac101d367ee091f54b8d43b39a4d74f3b90e (patch) | |
tree | 474b840ce43102fe634d62740637e30a0118b5ce /keyboard/macway/Makefile.lufa | |
parent | 52011f08c9b4fcfc55817d24bdc4b4ff7b4fe06f (diff) |
Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE.
Diffstat (limited to 'keyboard/macway/Makefile.lufa')
-rw-r--r-- | keyboard/macway/Makefile.lufa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/macway/Makefile.lufa b/keyboard/macway/Makefile.lufa index a3395a2ab7..8f50776dfc 100644 --- a/keyboard/macway/Makefile.lufa +++ b/keyboard/macway/Makefile.lufa @@ -100,9 +100,9 @@ F_USB = $(F_CPU) # 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 +#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support # Search Path |