diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-09-09 14:33:09 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-09-13 22:33:31 -0400 |
commit | fb91be5164a5b6ba78b19c7a2597c13ddd992f81 (patch) | |
tree | 3b1c05aa42972aeb5b0e13b4a4dae786d3d5f5ff /app/Kconfig | |
parent | 39f980a06dac1769e4f09abaf19d3ccbb4b34e67 (diff) |
fix(bluetooth): Configs for non-splits.
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Kconfig b/app/Kconfig index 917674d..6180565 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -128,6 +128,10 @@ endif endchoice +endif + +endif + if ZMK_BLE && (!ZMK_SPLIT_BLE || ZMK_SPLIT_BLE_ROLE_CENTRAL) config BT_MAX_CONN @@ -138,10 +142,6 @@ config BT_MAX_PAIRED endif -endif - -endif - endmenu config ZMK_KSCAN_MOCK_DRIVER |