Browse Source

Merge pull request #285 from petejohanson/core/official-usb-product-id

Use official USB product ID
xmkb
Pete Johanson 4 years ago committed by GitHub
parent
commit
09d3d34375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      app/Kconfig

9
app/Kconfig

@ -9,6 +9,15 @@ config USB_DEVICE_PRODUCT @@ -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

Loading…
Cancel
Save