zmkfirmware / zmk

ZMK Firmware Repository
https://zmk.dev/
MIT License
2.48k stars 2.56k forks source link

feat(ble): Add option to disable profile auto save #2282

Open huber-th opened 2 months ago

huber-th commented 2 months ago

Add Kconfig option to disable persisting the BLE profile index after every change. This is useful if the user wants to have the same profile connected at startup regardless of which profile was connected last.

Add &bt BT_SAVE command to manually persist the currently active BLE profile, ensuring it is selected as the active profile on startup.

caksoylar commented 2 months ago

LGTM on docs (also sounds like a good improvement).

huber-th commented 1 month ago

Rebase from main to resolve conflicts in bluetooth.md