From d2029e3b4daa9bd186bb64ff92367d22683b6ac4 Mon Sep 17 00:00:00 2001 From: Jamie Ding Date: Fri, 27 Jan 2023 11:48:51 +0000 Subject: [PATCH] adhere to style guidecd --- app/boards/shields/mercury/Kconfig.defconfig | 9 --------- app/boards/shields/mercury/mercury.conf | 8 ++++++++ app/boards/shields/mercury/mercury_left.conf | 8 -------- app/boards/shields/mercury/mercury_right.conf | 8 -------- 4 files changed, 8 insertions(+), 25 deletions(-) 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