feat(ble): Default a few configs for DIS GATT svc.

Default values for DIS GATT characteristics for:

* Vendor ID
* Product ID
* Manufacturer
* Model
This commit is contained in:
Peter Johanson 2022-10-04 23:37:45 -04:00 committed by Pete Johanson
parent a035fe4cc8
commit 605d88f266
1 changed files with 12 additions and 0 deletions

View File

@ -25,6 +25,18 @@ config USB_DEVICE_PID
config USB_DEVICE_MANUFACTURER
default "ZMK Project"
config BT_DIS_PNP_VID
default 0x1D50
config BT_DIS_PNP_PID
default 0x615E
config BT_DIS_MODEL
default ZMK_KEYBOARD_NAME
config BT_DIS_MANUF
default "ZMK Project"
menu "HID"
choice ZMK_HID_REPORT_TYPE