diff options
| author | 2011-12-22 01:05:28 +0900 | |
|---|---|---|
| committer | 2011-12-22 01:05:28 +0900 | |
| commit | 7386c761912530bbb53496002ab32d02c8a86833 (patch) | |
| tree | d974c9f82f4db2434ac26357f4f3e38a2d4f6777 /adb_usb/Makefile | |
| parent | baf885dc31e1d4ac98e03870dffea6e19c259427 (diff) | |
| download | qmk_firmware-7386c761912530bbb53496002ab32d02c8a86833.tar.gz | |
fixed a bug on host_system_send().
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 |