adhere to style guidecd
This commit is contained in:
parent
fd5dd65705
commit
d2029e3b4d
4 changed files with 8 additions and 25 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Add table
Reference in a new issue