From a1e18e682ca87c06ed64349244e430b5b10730be Mon Sep 17 00:00:00 2001 From: Trent Rand Date: Fri, 5 Jul 2024 10:35:25 -0700 Subject: [PATCH] Remove overflown keyboard name from peripheral The firmware failed to compile due to the keyboard name being > 16 characters. But that was on the peripheral side, which doesn't even use the name. --- boards/shields/dactyl_manuform_5x7/Kconfig.defconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/boards/shields/dactyl_manuform_5x7/Kconfig.defconfig b/boards/shields/dactyl_manuform_5x7/Kconfig.defconfig index cb5fd4a..bcad4f1 100644 --- a/boards/shields/dactyl_manuform_5x7/Kconfig.defconfig +++ b/boards/shields/dactyl_manuform_5x7/Kconfig.defconfig @@ -1,11 +1,6 @@ -if SHIELD_DACTYL_MANUFORM_5x7_LEFT - config ZMK_KEYBOARD_NAME - default "Dactyl Manuform" -endif - if SHIELD_DACTYL_MANUFORM_5x7_RIGHT config ZMK_KEYBOARD_NAME - default "Dactyl Manuform Aux" + default "Dactyl Manuform" config ZMK_SPLIT_ROLE_CENTRAL default y