From 881f0588a66f84299c1227be268ef6cc606d7c24 Mon Sep 17 00:00:00 2001 From: phiwan-dev <75113544+phiwan-dev@users.noreply.github.com> Date: Tue, 22 Jul 2025 23:43:36 +0200 Subject: [PATCH] zmk: change main and peripheral side --- .../boards/shields/phiboard/Kconfig.defconfig | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/firmware/zmk-config/boards/shields/phiboard/Kconfig.defconfig b/firmware/zmk-config/boards/shields/phiboard/Kconfig.defconfig index ee8befa..402bfe8 100644 --- a/firmware/zmk-config/boards/shields/phiboard/Kconfig.defconfig +++ b/firmware/zmk-config/boards/shields/phiboard/Kconfig.defconfig @@ -1,5 +1,6 @@ -if SHIELD_PHIBOARD_LEFT +if SHIELD_PHIBOARD_RIGHT +# Name must be less than 16 characters long! config ZMK_KEYBOARD_NAME default "phiboard" config USB_DEVICE_MANUFACTURER @@ -9,8 +10,17 @@ config ZMK_SPLIT_ROLE_CENTRAL endif +# for Debugging purposes, should never advertise itself +if SHIELD_PHIBOARD_LEFT + +config ZMK_KEYBOARD_NAME + default "phiboard slave" + +endif + if SHIELD_PHIBOARD_LEFT || SHIELD_PHIBOARD_RIGHT config ZMK_SPLIT default y + endif