From f74047af1e68339758e4a518efdc464ff45894c7 Mon Sep 17 00:00:00 2001 From: Trent Rand Date: Thu, 4 Jul 2024 23:27:13 -0700 Subject: [PATCH] Swap central role to keyboard without trackball Having connection issues with the peripheral keyboard. Plus it probably makes sense to balance power usage by having the side without the trackball act as the central role. --- .../shields/dactyl_manuform_5x7/Kconfig.defconfig | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/boards/shields/dactyl_manuform_5x7/Kconfig.defconfig b/boards/shields/dactyl_manuform_5x7/Kconfig.defconfig index c982d2f..06656cc 100644 --- a/boards/shields/dactyl_manuform_5x7/Kconfig.defconfig +++ b/boards/shields/dactyl_manuform_5x7/Kconfig.defconfig @@ -1,22 +1,17 @@ if SHIELD_DACTYL_MANUFORM_5x7_LEFT - config ZMK_KEYBOARD_NAME - default "DactylL" + default "Dactyl Manuform" + config ZMK_SPLIT_ROLE_CENTRAL + default y endif if SHIELD_DACTYL_MANUFORM_5x7_RIGHT - config ZMK_KEYBOARD_NAME - default "DactylR" - - config ZMK_SPLIT_ROLE_CENTRAL - default y + default "Dactyl Manuform Aux" endif if SHIELD_DACTYL_MANUFORM_5x7_LEFT || SHIELD_DACTYL_MANUFORM_5x7_RIGHT - config ZMK_SPLIT default y - endif