summaryrefslogtreecommitdiff
path: root/app/boards
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-07-16 15:50:41 -0400
committerPete Johanson <peter@peterjohanson.com>2020-07-17 22:43:40 -0400
commit6701b7babc68cb8090a9d16105bd3876025aa0e8 (patch)
tree11ef4aeb7db0de9fb36b9913865bfedf5c59eaec /app/boards
parent0321c490b5d0d087e76c06185a2940420cf7ab4c (diff)
Working BT settings.
Diffstat (limited to 'app/boards')
-rw-r--r--app/boards/arm/nice_nano/nice_nano_defconfig7
-rw-r--r--app/boards/shields/kyria/Kconfig.defconfig16
2 files changed, 21 insertions, 2 deletions
diff --git a/app/boards/arm/nice_nano/nice_nano_defconfig b/app/boards/arm/nice_nano/nice_nano_defconfig
index f9be0ee..393d61f 100644
--- a/app/boards/arm/nice_nano/nice_nano_defconfig
+++ b/app/boards/arm/nice_nano/nice_nano_defconfig
@@ -11,3 +11,10 @@ CONFIG_ARM_MPU=y
CONFIG_GPIO=y
CONFIG_USE_DT_CODE_PARTITION=y
+
+CONFIG_MPU_ALLOW_FLASH_WRITE=y
+CONFIG_NVS=y
+CONFIG_SETTINGS_NVS=y
+CONFIG_FLASH=y
+CONFIG_FLASH_PAGE_LAYOUT=y
+CONFIG_FLASH_MAP=y \ No newline at end of file
diff --git a/app/boards/shields/kyria/Kconfig.defconfig b/app/boards/shields/kyria/Kconfig.defconfig
index 9ce12d9..bc0a7b8 100644
--- a/app/boards/shields/kyria/Kconfig.defconfig
+++ b/app/boards/shields/kyria/Kconfig.defconfig
@@ -1,8 +1,20 @@
-if SHIELD_KYRIA_LEFT || SHIELD_KYRIA_RIGHT
+if SHIELD_KYRIA_LEFT
config ZMK_KEYBOARD_NAME
- default "Kyria"
+ default "Kyria Left"
+
+endif
+
+
+if SHIELD_KYRIA_RIGHT
+
+config ZMK_KEYBOARD_NAME
+ default "Kyria Right"
+
+endif
+
+if SHIELD_KYRIA_LEFT || SHIELD_KYRIA_RIGHT
config ZMK_SPLIT
default y