summaryrefslogtreecommitdiff
path: root/boards
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2025-07-30 19:03:19 -0400
committervin <git@vineetk.net>2025-07-30 19:03:19 -0400
commitf4c149aa2262049306d121ee715447f6932b6ce0 (patch)
treecaa48df14eaeaea1ab879f4786344b183857cc66 /boards
parent8b0b50938a189c11f1ae90b91491a6627539735d (diff)
attempt to get dongle working x2HEADmaster
Diffstat (limited to 'boards')
-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