diff --git a/config/cradio.conf b/config/cradio.conf index 59c7cb284..e5264e0de 100755 --- a/config/cradio.conf +++ b/config/cradio.conf @@ -1,12 +1,12 @@ # 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_8=y # enables the battery level proxy service # https://zmk.dev/docs/config/battery#peripheral-battery-monitoring diff --git a/config/cradio_right.conf b/config/cradio_right.conf new file mode 100755 index 000000000..ae5a3a2bc --- /dev/null +++ b/config/cradio_right.conf @@ -0,0 +1 @@ +CONFIG_ZMK_SPLIT_ROLE_CENTRAL=y