summaryrefslogtreecommitdiff
path: root/app/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'app/Kconfig')
-rw-r--r--app/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/app/Kconfig b/app/Kconfig
index be5a1e4..877fce4 100644
--- a/app/Kconfig
+++ b/app/Kconfig
@@ -40,7 +40,7 @@ menuconfig ZMK_BLE
select BT_PERIPHERAL
select BT_GATT_DIS
select BT_GATT_BAS
- # select SETTINGS
+ select SETTINGS
# select BT_SETTINGS
if ZMK_BLE
@@ -124,6 +124,9 @@ config ZMK_USB
config BT_MAX_CONN
default 5
+config BT_GAP_AUTO_UPDATE_CONN_PARAMS
+ default n
+
endif
endchoice
@@ -190,6 +193,10 @@ source "subsys/logging/Kconfig.template.log_config"
rsource "boards/Kconfig"
rsource "boards/shields/*/Kconfig.defconfig"
+rsource "boards/shields/*/Kconfig.shield"
+
+osource "$(ZMK_CONFIG)/boards/shields/*/Kconfig.defconfig"
+osource "$(ZMK_CONFIG)/boards/shields/*/Kconfig.shield"
source "Kconfig.zephyr"