diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-17 22:44:35 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-17 22:44:35 -0400 |
commit | 5b61c211eaace2174fd68a51a1972e29b14cd5a6 (patch) | |
tree | 23801af3bea614dd5f4d5b6cd82dfde70186d1bf /app/boards/shields/lily58 | |
parent | 339a15881a07c5b6e05c39ccdb8a312ba53042ff (diff) |
Tweaks for split Lily58 sync.
Diffstat (limited to 'app/boards/shields/lily58')
-rw-r--r-- | app/boards/shields/lily58/lily58_left.conf | 2 | ||||
-rw-r--r-- | app/boards/shields/lily58/lily58_right.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app/boards/shields/lily58/lily58_left.conf b/app/boards/shields/lily58/lily58_left.conf new file mode 100644 index 0000000..e51dee4 --- /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 0000000..990cf7c --- /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 |