summaryrefslogtreecommitdiff
path: root/adb_usb
diff options
context:
space:
mode:
Diffstat (limited to 'adb_usb')
-rw-r--r--adb_usb/Makefile2
-rw-r--r--adb_usb/config.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/adb_usb/Makefile b/adb_usb/Makefile
index 56b342df94..f4c5031cb6 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
diff --git a/adb_usb/config.h b/adb_usb/config.h
index 6431ede4cf..52d5925a50 100644
--- a/adb_usb/config.h
+++ b/adb_usb/config.h
@@ -23,6 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x0ADB
+#define DEVICE_VER 0x0101
#define MANUFACTURER t.m.k.
#define PRODUCT ADB keyboard converter
#define DESCRIPTION convert ADB keyboard to USB