zmk
zmk copied to clipboard
Add options `CONFIG_ZMK_BLE_INDICATOR_AUTO_OFF` and `CONFIG_ZMK_HANDLE_BLE_DISCONNECTION`
This PR addresses the following issues / improvements:
- The keyboard will keep reconnecting itself to the computer, even if the user disconnects it manually from the bluetooth menu.
- Add an option to allow the keyboard to switch on the profile indicator only during profile switches / bluetooth connection establishment.
This PR is a combination of the previous two (#7 & #8) to ease review and merging.