forked from kofal.net/zmk
More split implementation.
* Propogate key position state changes on central. * Various BLE tweaks.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user