summaryrefslogtreecommitdiff
path: root/app/boards
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-07-14 12:14:15 -0400
committerPete Johanson <peter@peterjohanson.com>2020-07-17 22:43:40 -0400
commitd74efb331ac32c1a65d20193d06b2cabb858b594 (patch)
tree8245ee37d8a61c3839467f2441df667c4ba74073 /app/boards
parentd1a5c7ee5ab7b3541ac45c4eef4c17d71475d645 (diff)
Kconfig fixes for split roles.
Diffstat (limited to 'app/boards')
-rw-r--r--app/boards/shields/kyria/kyria_left.conf2
-rw-r--r--app/boards/shields/kyria/kyria_right.conf2
2 files changed, 4 insertions, 0 deletions
diff --git a/app/boards/shields/kyria/kyria_left.conf b/app/boards/shields/kyria/kyria_left.conf
new file mode 100644
index 0000000..e51dee4
--- /dev/null
+++ b/app/boards/shields/kyria/kyria_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/kyria/kyria_right.conf b/app/boards/shields/kyria/kyria_right.conf
new file mode 100644
index 0000000..a835adc
--- /dev/null
+++ b/app/boards/shields/kyria/kyria_right.conf
@@ -0,0 +1,2 @@
+CONFIG_ZMK_SPLIT=y
+CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL=y \ No newline at end of file