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:
parent
a035fe4cc8
commit
605d88f266
1 changed files with 12 additions and 0 deletions
12
app/Kconfig
12
app/Kconfig
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue