diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-12-12 23:13:49 -0500 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-28 10:16:24 -0500 |
commit | 4db5b169bff1f3de5353324baef5724be4f9a6a5 (patch) | |
tree | c690932524a26fb28e20528fe1d2b1745dae195a /app/boards/shields/kyria/Kconfig.defconfig | |
parent | 842aa5a842e117b7b00e49258ca0bde44dc0c789 (diff) |
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.
Diffstat (limited to 'app/boards/shields/kyria/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/kyria/Kconfig.defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/boards/shields/kyria/Kconfig.defconfig b/app/boards/shields/kyria/Kconfig.defconfig index 8d5fe81..99e47bf 100644 --- a/app/boards/shields/kyria/Kconfig.defconfig +++ b/app/boards/shields/kyria/Kconfig.defconfig @@ -4,6 +4,9 @@ if SHIELD_KYRIA_LEFT config ZMK_KEYBOARD_NAME default "Kyria Left" +config ZMK_SPLIT_BLE_ROLE_CENTRAL + default y + endif |