From c937f3057f3d33d42ffd4adcbc0aaf65bdbe6dd3 Mon Sep 17 00:00:00 2001 From: Peter Alvino Date: Sun, 17 Jul 2022 14:42:15 +0700 Subject: [PATCH] refactor: move to central role config --- app/boards/shields/breeze/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/boards/shields/breeze/Kconfig.defconfig b/app/boards/shields/breeze/Kconfig.defconfig index cfaef478..e3eee05f 100644 --- a/app/boards/shields/breeze/Kconfig.defconfig +++ b/app/boards/shields/breeze/Kconfig.defconfig @@ -4,7 +4,7 @@ if SHIELD_BREEZE_LEFT config ZMK_KEYBOARD_NAME default "Breeze" -config ZMK_SPLIT_BLE_ROLE_CENTRAL +config ZMK_SPLIT_ROLE_CENTRAL default y endif