diff --git a/app/boards/shields/mercury/Kconfig.defconfig b/app/boards/shields/mercury/Kconfig.defconfig index 932c0581..9e2e11b2 100644 --- a/app/boards/shields/mercury/Kconfig.defconfig +++ b/app/boards/shields/mercury/Kconfig.defconfig @@ -8,15 +8,6 @@ config ZMK_SPLIT_BLE_ROLE_CENTRAL endif - -if SHIELD_MERCURY_RIGHT - -config ZMK_KEYBOARD_NAME - default "Mercury-R" - -endif - - if SHIELD_MERCURY_LEFT || SHIELD_MERCURY_RIGHT config ZMK_SPLIT diff --git a/app/boards/shields/mercury/mercury.conf b/app/boards/shields/mercury/mercury.conf index e69de29b..eb04ef76 100644 --- a/app/boards/shields/mercury/mercury.conf +++ b/app/boards/shields/mercury/mercury.conf @@ -0,0 +1,8 @@ +# Increases power consumption slightly, but improves signal strength +CONFIG_BT_CTLR_TX_PWR_PLUS_8=y + +# Put into deep sleep if keyboard is idle for a long enough time +CONFIG_ZMK_SLEEP=y + +# Log to USB for debugging purposes +# CONFIG_ZMK_USB_LOGGING=y \ No newline at end of file diff --git a/app/boards/shields/mercury/mercury_left.conf b/app/boards/shields/mercury/mercury_left.conf index eb04ef76..e69de29b 100644 --- a/app/boards/shields/mercury/mercury_left.conf +++ b/app/boards/shields/mercury/mercury_left.conf @@ -1,8 +0,0 @@ -# Increases power consumption slightly, but improves signal strength -CONFIG_BT_CTLR_TX_PWR_PLUS_8=y - -# Put into deep sleep if keyboard is idle for a long enough time -CONFIG_ZMK_SLEEP=y - -# Log to USB for debugging purposes -# CONFIG_ZMK_USB_LOGGING=y \ No newline at end of file diff --git a/app/boards/shields/mercury/mercury_right.conf b/app/boards/shields/mercury/mercury_right.conf index eb04ef76..e69de29b 100644 --- a/app/boards/shields/mercury/mercury_right.conf +++ b/app/boards/shields/mercury/mercury_right.conf @@ -1,8 +0,0 @@ -# Increases power consumption slightly, but improves signal strength -CONFIG_BT_CTLR_TX_PWR_PLUS_8=y - -# Put into deep sleep if keyboard is idle for a long enough time -CONFIG_ZMK_SLEEP=y - -# Log to USB for debugging purposes -# CONFIG_ZMK_USB_LOGGING=y \ No newline at end of file