-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ble): Add option to disable profile auto save #2282
base: main
Are you sure you want to change the base?
feat(ble): Add option to disable profile auto save #2282
Conversation
503b80d
to
6fa0063
Compare
LGTM on docs (also sounds like a good improvement). |
6fa0063
to
a26dc72
Compare
5673815
to
9dc7694
Compare
Rebase from |
9dc7694
to
4497b01
Compare
4497b01
to
7eb1879
Compare
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.
7eb1879
to
ef36b19
Compare
@petejohanson, I wanted to check in on the status of this PR. Is this something that you would consider for merging, or would you prefer to close it? I might be an outlier in wanting this behavior on my keyboard, but I'm happy to hear your thoughts. Please let me know if any changes are needed on my end. Thank you! |
Add Kconfig option
ZMK_BLE_PERSIST_PROFILE_ON_CHANGE
with default set toy
, to allow users 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.