diff options
Diffstat (limited to 'app/boards/shields/corne/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/corne/Kconfig.defconfig | 7 |
1 files changed, 4 insertions, 3 deletions
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 |