zmk-config

ZMK config for my Sweep Ferris
Log | Files | Refs

commit f4c149aa2262049306d121ee715447f6932b6ce0
parent 8b0b50938a189c11f1ae90b91491a6627539735d
Author: vin <git@vineetk.net>
Date:   Wed, 30 Jul 2025 19:03:19 -0400

attempt to get dongle working x2

Diffstat:
Mboards/shields/sweep/Kconfig.defconfig | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/boards/shields/sweep/Kconfig.defconfig b/boards/shields/sweep/Kconfig.defconfig @@ -1,13 +1,6 @@ # Copyright (c) 2020 The ZMK Contributors # SPDX-License-Identifier: MIT -if SHIELD_SWEEP_LEFT || SHIELD_SWEEP_RIGHT || SHIELD_SWEEP_DONGLE - -config ZMK_SPLIT - default y - -endif - if SHIELD_SWEEP_DONGLE config ZMK_KEYBOARD_NAME @@ -21,10 +14,17 @@ config ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS # Set this to ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS + your desired number of BT profiles (default is 5) config BT_MAX_CONN - default 5 + default 6 # Set this to the same number as BT_MAX_CONN config BT_MAX_PAIRED - default 5 + default 6 + +endif + +if SHIELD_SWEEP_LEFT || SHIELD_SWEEP_RIGHT || SHIELD_SWEEP_DONGLE + +config ZMK_SPLIT + default y endif