More split implementation.
* Propogate key position state changes on central. * Various BLE tweaks.
This commit is contained in:
parent
d74efb331a
commit
d4afd989f3
3 changed files with 84 additions and 39 deletions
|
|
@ -31,14 +31,6 @@ void main(void)
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
#ifdef CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||||
if (zmk_split_bt_central_init()) {
|
||||
LOG_ERR("Failed to start BLE split central");
|
||||
return;
|
||||
}
|
||||
#endif /* CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL */
|
||||
|
||||
#ifdef CONFIG_SETTINGS
|
||||
settings_load();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue