From 4db5b169bff1f3de5353324baef5724be4f9a6a5 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Sat, 12 Dec 2020 23:13:49 -0500 Subject: refactor(splits): Ability to override split role. * Move central/peripheral setting to Kconfig.defconfig files to allow left/right .conf files to override central/peripheral role for splits. --- app/boards/shields/corne/Kconfig.defconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/boards/shields/corne/Kconfig.defconfig') diff --git a/app/boards/shields/corne/Kconfig.defconfig b/app/boards/shields/corne/Kconfig.defconfig index 0355c77..9e33e08 100644 --- a/app/boards/shields/corne/Kconfig.defconfig +++ b/app/boards/shields/corne/Kconfig.defconfig @@ -1,11 +1,12 @@ - if SHIELD_CORNE_LEFT config ZMK_KEYBOARD_NAME - default "Corne Left" + default "Corne" -endif +config ZMK_SPLIT_BLE_ROLE_CENTRAL + default y +endif if SHIELD_CORNE_RIGHT -- cgit v1.2.3