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