diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-10-18 13:39:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-18 13:39:34 -0400 |
commit | 09d3d343755df3fe3019e6774183cede4acc6ff1 (patch) | |
tree | 64f27bcdb944a5864df003e06b6cd455a5b84215 | |
parent | 3ecd7e42ab8d884c1792aa5970536c27b7b1a2bb (diff) | |
parent | 36d3d01a22a46cdc4f1ebcabe27666dec4afface (diff) |
Merge pull request #285 from petejohanson/core/official-usb-product-id
Use official USB product ID
-rw-r--r-- | app/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index fca4912..4cd01eb 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -9,6 +9,15 @@ config USB_DEVICE_PRODUCT config BT_DEVICE_NAME default ZMK_KEYBOARD_NAME +config USB_DEVICE_VID + default 0x1D50 + +config USB_DEVICE_PID + default 0x615E + +config USB_DEVICE_MANUFACTURER + default "ZMK Project" + config ZMK_KSCAN_EVENT_QUEUE_SIZE int "Size of the event queue for KSCAN events to buffer events" default 4 |