diff options
author | tmk <nobody@nowhere> | 2011-05-21 10:28:57 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-05-21 10:28:57 +0900 |
commit | 74f7e19863ced21bf5d27c1fb1207f79f2195e24 (patch) | |
tree | c834e941748d6f4629b546bfce21fb9523d5e784 /hhkb/Makefile.vusb | |
parent | 068c31a7ba9fc6aea33f69c0edb30ad195c320ec (diff) |
added USB_EXTRA feature to HHKB/V-USB
Diffstat (limited to 'hhkb/Makefile.vusb')
-rw-r--r-- | hhkb/Makefile.vusb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hhkb/Makefile.vusb b/hhkb/Makefile.vusb index ea89a6f6a0..7826ffd025 100644 --- a/hhkb/Makefile.vusb +++ b/hhkb/Makefile.vusb @@ -42,7 +42,7 @@ F_CPU = 20000000 # comment out to disable the options. # MOUSEKEY_ENABLE = yes # Mouse keys -#USB_EXTRA_ENABLE = yes # Enhanced feature for Windows(Audio control and System control) +USB_EXTRA_ENABLE = yes # Enhanced feature for Windows(Audio control and System control) #USB_NKRO_ENABLE = yes # USB Nkey Rollover |