summaryrefslogtreecommitdiff
path: root/app/boards/shields/kyria
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-07-20 23:14:48 -0400
committerGitHub <noreply@github.com>2020-07-20 23:14:48 -0400
commit25509adef7fe36e1fde794851922ae07216046ab (patch)
treeb00dbd6bb2237640e1fca2d77cd027170c8a1c93 /app/boards/shields/kyria
parentf6110a632d0ddbc0a9ebd7bfd4997366f95facfd (diff)
parentc4d3c03eb069c814321ab49a809dc584f1819b34 (diff)
Merge pull request #56 from petejohanson/core/split-ble-infrastructure
Initial split BLE infrastructure.
Diffstat (limited to 'app/boards/shields/kyria')
-rw-r--r--app/boards/shields/kyria/Kconfig.defconfig19
-rw-r--r--app/boards/shields/kyria/kyria_left.conf2
-rw-r--r--app/boards/shields/kyria/kyria_right.conf2
3 files changed, 21 insertions, 2 deletions
diff --git a/app/boards/shields/kyria/Kconfig.defconfig b/app/boards/shields/kyria/Kconfig.defconfig
index 25af537..bc0a7b8 100644
--- a/app/boards/shields/kyria/Kconfig.defconfig
+++ b/app/boards/shields/kyria/Kconfig.defconfig
@@ -1,7 +1,22 @@
-if SHIELD_KYRIA_LEFT || SHIELD_KYRIA_RIGHT
+if SHIELD_KYRIA_LEFT
+
+config ZMK_KEYBOARD_NAME
+ default "Kyria Left"
+
+endif
+
+
+if SHIELD_KYRIA_RIGHT
config ZMK_KEYBOARD_NAME
- default "Kyria"
+ default "Kyria Right"
+
+endif
+
+if SHIELD_KYRIA_LEFT || SHIELD_KYRIA_RIGHT
+
+config ZMK_SPLIT
+ default y
endif
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