diff options
Diffstat (limited to 'adb_usb/Makefile')
-rw-r--r-- | adb_usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb_usb/Makefile b/adb_usb/Makefile index 56b342df9..f4c5031cb 100644 --- a/adb_usb/Makefile +++ b/adb_usb/Makefile @@ -38,7 +38,7 @@ F_CPU = 16000000 # #MOUSEKEY_ENABLE = yes # Mouse keys #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support -#EXTRAKEY_ENABLE = yes # Audio control and System control +EXTRAKEY_ENABLE = yes # Audio control and System control #NKRO_ENABLE = yes # USB Nkey Rollover |