From 5b61c211eaace2174fd68a51a1972e29b14cd5a6 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 17 Jul 2020 22:44:35 -0400 Subject: [PATCH] Tweaks for split Lily58 sync. --- app/boards/shields/lily58/lily58_left.conf | 2 ++ app/boards/shields/lily58/lily58_right.conf | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 app/boards/shields/lily58/lily58_left.conf create mode 100644 app/boards/shields/lily58/lily58_right.conf diff --git a/app/boards/shields/lily58/lily58_left.conf b/app/boards/shields/lily58/lily58_left.conf new file mode 100644 index 00000000..e51dee44 --- /dev/null +++ b/app/boards/shields/lily58/lily58_left.conf @@ -0,0 +1,2 @@ +CONFIG_ZMK_SPLIT=y +CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL=y \ No newline at end of file diff --git a/app/boards/shields/lily58/lily58_right.conf b/app/boards/shields/lily58/lily58_right.conf new file mode 100644 index 00000000..990cf7c0 --- /dev/null +++ b/app/boards/shields/lily58/lily58_right.conf @@ -0,0 +1,2 @@ +CONFIG_ZMK_SPLIT=y +CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL=y