summaryrefslogtreecommitdiff
path: root/boards/shields/sweep
diff options
context:
space:
mode:
Diffstat (limited to 'boards/shields/sweep')
-rw-r--r--boards/shields/sweep/Kconfig.defconfig18
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
4if SHIELD_SWEEP_LEFT || SHIELD_SWEEP_RIGHT || SHIELD_SWEEP_DONGLE
5
6config ZMK_SPLIT
7 default y
8
9endif
10
11if SHIELD_SWEEP_DONGLE 4if SHIELD_SWEEP_DONGLE
12 5
13config ZMK_KEYBOARD_NAME 6config 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)
23config BT_MAX_CONN 16config 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
27config BT_MAX_PAIRED 20config BT_MAX_PAIRED
28 default 5 21 default 6
22
23endif
24
25if SHIELD_SWEEP_LEFT || SHIELD_SWEEP_RIGHT || SHIELD_SWEEP_DONGLE
26
27config ZMK_SPLIT
28 default y
29 29
30endif 30endif