From 69067c69a204fcea9ecc52c6d72224cd0ffe76bb Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Sat, 1 Nov 2025 18:22:21 -0600 Subject: [PATCH] refactor(core): Move away from deprecated DIS Kconfig symbols Use the correct Device Information Service Kconfig symbols for our model number and manufacturer. --- app/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Kconfig b/app/Kconfig index d0ae48c07..2f1a9dbb1 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -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