More split implementation.

* Propogate key position state changes on central.
* Various BLE tweaks.
This commit is contained in:
Pete Johanson
2020-07-15 23:26:24 -04:00
parent d74efb331a
commit d4afd989f3
3 changed files with 84 additions and 39 deletions

View File

@@ -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