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:
Peter Johanson 2025-11-01 18:22:21 -06:00
parent d3c5d9b54f
commit 69067c69a2
1 changed files with 2 additions and 2 deletions

View File

@ -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