summaryrefslogtreecommitdiff
path: root/app/src/main.c
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-07-15 23:26:24 -0400
committerPete Johanson <peter@peterjohanson.com>2020-07-17 22:43:40 -0400
commitd4afd989f35c46e43468dab1a19bfab9dcf34996 (patch)
treec75dc35a022118a5d1afcf3e2cc7ce4114e7918d /app/src/main.c
parentd74efb331ac32c1a65d20193d06b2cabb858b594 (diff)
More split implementation.
* Propogate key position state changes on central. * Various BLE tweaks.
Diffstat (limited to 'app/src/main.c')
-rw-r--r--app/src/main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/src/main.c b/app/src/main.c
index 4a5bd85..b7d3a4b 100644
--- a/app/src/main.c
+++ b/app/src/main.c
@@ -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