diff options
| author | vin <git@vineetk.net> | 2025-07-30 19:03:19 -0400 |
|---|---|---|
| committer | vin <git@vineetk.net> | 2025-07-30 19:03:19 -0400 |
| commit | f4c149aa2262049306d121ee715447f6932b6ce0 (patch) | |
| tree | caa48df14eaeaea1ab879f4786344b183857cc66 /boards | |
| parent | 8b0b50938a189c11f1ae90b91491a6627539735d (diff) | |
Diffstat (limited to 'boards')
| -rw-r--r-- | boards/shields/sweep/Kconfig.defconfig | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/boards/shields/sweep/Kconfig.defconfig b/boards/shields/sweep/Kconfig.defconfig index 5ca9c2e..bcb1dac 100644 --- a/boards/shields/sweep/Kconfig.defconfig +++ b/boards/shields/sweep/Kconfig.defconfig | |||
| @@ -1,13 +1,6 @@ | |||
| 1 | # Copyright (c) 2020 The ZMK Contributors | 1 | # Copyright (c) 2020 The ZMK Contributors |
| 2 | # SPDX-License-Identifier: MIT | 2 | # SPDX-License-Identifier: MIT |
| 3 | 3 | ||
| 4 | if SHIELD_SWEEP_LEFT || SHIELD_SWEEP_RIGHT || SHIELD_SWEEP_DONGLE | ||
| 5 | |||
| 6 | config ZMK_SPLIT | ||
| 7 | default y | ||
| 8 | |||
| 9 | endif | ||
| 10 | |||
| 11 | if SHIELD_SWEEP_DONGLE | 4 | if SHIELD_SWEEP_DONGLE |
| 12 | 5 | ||
| 13 | config ZMK_KEYBOARD_NAME | 6 | config ZMK_KEYBOARD_NAME |
| @@ -21,10 +14,17 @@ config ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS | |||
| 21 | 14 | ||
| 22 | # Set this to ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS + your desired number of BT profiles (default is 5) | 15 | # Set this to ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS + your desired number of BT profiles (default is 5) |
| 23 | config BT_MAX_CONN | 16 | config BT_MAX_CONN |
| 24 | default 5 | 17 | default 6 |
| 25 | 18 | ||
| 26 | # Set this to the same number as BT_MAX_CONN | 19 | # Set this to the same number as BT_MAX_CONN |
| 27 | config BT_MAX_PAIRED | 20 | config BT_MAX_PAIRED |
| 28 | default 5 | 21 | default 6 |
| 22 | |||
| 23 | endif | ||
| 24 | |||
| 25 | if SHIELD_SWEEP_LEFT || SHIELD_SWEEP_RIGHT || SHIELD_SWEEP_DONGLE | ||
| 26 | |||
| 27 | config ZMK_SPLIT | ||
| 28 | default y | ||
| 29 | 29 | ||
| 30 | endif | 30 | endif |
