mirror of https://github.com/zmkfirmware/zmk.git
refactor(core): Move away from deprecated DIS Kconfig symbols
Use the correct Device Information Service Kconfig symbols for our model number and manufacturer.
This commit is contained in:
parent
d3c5d9b54f
commit
69067c69a2
|
|
@ -31,10 +31,10 @@ config BT_DIS_PNP_VID
|
|||
config BT_DIS_PNP_PID
|
||||
default 0x615E
|
||||
|
||||
config BT_DIS_MODEL
|
||||
config BT_DIS_MODEL_NUMBER_STR
|
||||
default ZMK_KEYBOARD_NAME
|
||||
|
||||
config BT_DIS_MANUF
|
||||
config BT_DIS_MANUF_NAME_STR
|
||||
default "ZMK Project"
|
||||
|
||||
# Hardware specific overrides
|
||||
|
|
|
|||
Loading…
Reference in New Issue