Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
muratoffalex committed Jan 15, 2025
1 parent 0cb6fa8 commit b2bb626
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions config/cradio.conf
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# deep sleep
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3000000
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
# experimental features like passkey pairing and disabling 2M PHY
CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y

# strengthens the signal, but increases energy consumption
# MINUS_20, MINUS_16, MINUS_12, MINUS_8, MINUS_4, 0, PLUS_4, PLUS_8
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
CONFIG_BT_CTLR_TX_PWR_PLUS_4=y

# enables the battery level proxy service
# https://zmk.dev/docs/config/battery#peripheral-battery-monitoring
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y

if SHIELD_CRADIO_RIGHT

config CONFIG_ZMK_SPLIT_ROLE_CENTRAL
default y

endif

0 comments on commit b2bb626

Please sign in to comment.