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/quefrency/Kconfig.defconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/boards/shields/quefrency/Kconfig.defconfig') diff --git a/app/boards/shields/quefrency/Kconfig.defconfig b/app/boards/shields/quefrency/Kconfig.defconfig index 2b00cb6..9c7e8b1 100644 --- a/app/boards/shields/quefrency/Kconfig.defconfig +++ b/app/boards/shields/quefrency/Kconfig.defconfig @@ -7,6 +7,9 @@ if SHIELD_QUEFRENCY_LEFT config ZMK_KEYBOARD_NAME default "Quefrency Left" +config ZMK_SPLIT_BLE_ROLE_CENTRAL + default y + endif if SHIELD_QUEFRENCY_RIGHT @@ -15,3 +18,10 @@ config ZMK_KEYBOARD_NAME default "Quefrency Right" endif + +if SHIELD_QUEFRENCY_LEFT || SHIELD_QUEFRENCY_RIGHT + +config ZMK_SPLIT + default y + +endif \ No newline at end of file -- cgit v1.2.3