feat(ble): Use appearance set in the BT_DEVICE_APPEARANCE config (#3115)

Properly use the BT_DEVICE_APPEARANCE Zephyr symbol to advertise
the correct appearance, allowing overrides, for e.g. mice.

Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
This commit is contained in:
Artem
2025-12-04 20:53:47 +02:00
committed by GitHub
parent e34793e8c7
commit ad7fbfef92
3 changed files with 7 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ config USB_DEVICE_PID
config USB_DEVICE_MANUFACTURER
default "ZMK Project"
config BT_DEVICE_APPEARANCE
default 961
config BT_DIS_PNP_VID
default 0x1D50