diff --git a/config/boards/shields/cradio/Kconfig.defconfig b/config/boards/shields/cradio/Kconfig.defconfig index 90df784..2cb87e6 100644 --- a/config/boards/shields/cradio/Kconfig.defconfig +++ b/config/boards/shields/cradio/Kconfig.defconfig @@ -6,7 +6,7 @@ if SHIELD_CRADIO_DONGLE config ZMK_KEYBOARD_NAME default "SWEEP Dongle" -config ZMK_SPLIT_BLE_ROLE_CENTRAL +config ZMK_SPLIT_ROLE_CENTRAL default y config ZMK_USB diff --git a/config/boards/shields/cradio/cradio_left.conf b/config/boards/shields/cradio/cradio_left.conf index 04ef9ba..3ef2cd9 100644 --- a/config/boards/shields/cradio/cradio_left.conf +++ b/config/boards/shields/cradio/cradio_left.conf @@ -1,3 +1,4 @@ # Copyright (c) 2020 The ZMK Contributors # SPDX-License-Identifier: MIT CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_SPLIT_ROLE_CENTRAL=n diff --git a/config/boards/shields/cradio/cradio_right.conf b/config/boards/shields/cradio/cradio_right.conf index 04ef9ba..3ef2cd9 100644 --- a/config/boards/shields/cradio/cradio_right.conf +++ b/config/boards/shields/cradio/cradio_right.conf @@ -1,3 +1,4 @@ # Copyright (c) 2020 The ZMK Contributors # SPDX-License-Identifier: MIT CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_SPLIT_ROLE_CENTRAL=n