summaryrefslogtreecommitdiff
path: root/app/boards/shields/bfo9000/Kconfig.defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'app/boards/shields/bfo9000/Kconfig.defconfig')
-rw-r--r--app/boards/shields/bfo9000/Kconfig.defconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/app/boards/shields/bfo9000/Kconfig.defconfig b/app/boards/shields/bfo9000/Kconfig.defconfig
new file mode 100644
index 0000000..e4b02e8
--- /dev/null
+++ b/app/boards/shields/bfo9000/Kconfig.defconfig
@@ -0,0 +1,26 @@
+# Copyright (c) 2020 The ZMK Contributors
+# SPDX-License-Identifier: MIT
+
+if SHIELD_BFO9000_LEFT
+
+config ZMK_SPLIT_BLE_ROLE_CENTRAL
+ default y
+
+config ZMK_KEYBOARD_NAME
+ default "BFO9000 Left"
+
+endif
+
+if SHIELD_BFO9000_RIGHT
+
+config ZMK_KEYBOARD_NAME
+ default "BFO9000 Right"
+
+endif
+
+if SHIELD_BFO9000_LEFT || SHIELD_BFO9000_RIGHT
+
+config ZMK_SPLIT
+ default y
+
+endif \ No newline at end of file