zmk
zmk copied to clipboard
feat(split): Add peripheral is bonded/connected to central
For easy use by displays and indicators it would be helpful to be able to see if any peripheral at an index is connected and bonded, follow on from #2032
Nice, it might be useful for a single display (on central) setup on splits.
Is there an existing event to hook up to in order to listen to peripheral changes? If not, might be a good opportunity to add one here.
There is but it doesn't work quite right. This gets addressed in #2036 as it's needed for that functionality