summaryrefslogtreecommitdiff
path: root/app/boards/shields/lily58
diff options
context:
space:
mode:
Diffstat (limited to 'app/boards/shields/lily58')
-rw-r--r--app/boards/shields/lily58/Kconfig.defconfig11
-rw-r--r--app/boards/shields/lily58/lily58_left.conf2
-rw-r--r--app/boards/shields/lily58/lily58_right.conf2
3 files changed, 13 insertions, 2 deletions
diff --git a/app/boards/shields/lily58/Kconfig.defconfig b/app/boards/shields/lily58/Kconfig.defconfig
index 9ec5834..8f278b0 100644
--- a/app/boards/shields/lily58/Kconfig.defconfig
+++ b/app/boards/shields/lily58/Kconfig.defconfig
@@ -1,7 +1,14 @@
-if SHIELD_LILY58_LEFT || SHIELD_LILY58_RIGHT
+if SHIELD_LILY58_LEFT
config ZMK_KEYBOARD_NAME
- default "Lily58"
+ default "Lily58 Left"
+
+endif
+
+if SHIELD_LILY58_RIGHT
+
+config ZMK_KEYBOARD_NAME
+ default "Lily58 Right"
endif
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