File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11CONFIG_SPI=y
22CONFIG_INPUT=y
33CONFIG_ZMK_POINTING=y
4- CONFIG_ZMK_EXT_POWER=y
4+ # Disable external power control for reduced deep sleep consumption
5+ # Following 280Zo optimization: https://github.com/280Zo/charybdis-wireless-mini-zmk-firmware
6+ # CONFIG_ZMK_EXT_POWER is set to 'n' to reduce power consumption during deep sleep
7+ # Uncomment below if you need external power control for peripherals (displays, lighting)
8+ #CONFIG_ZMK_EXT_POWER=y
9+ CONFIG_ZMK_EXT_POWER=n
510
611CONFIG_PMW3610_ALT=y
712CONFIG_PMW3610_ALT_SMART_ALGORITHM=y
Original file line number Diff line number Diff line change @@ -11,3 +11,9 @@ CONFIG_BT_L2CAP_TX_BUF_COUNT=32
1111CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y
1212CONFIG_ZMK_BEHAVIORS_QUEUE_SIZE=512
1313
14+ # Deep Sleep Configuration
15+ # Enable deep sleep support to reduce power consumption when idle
16+ CONFIG_ZMK_SLEEP=y
17+
18+ # Testing timeout: 1-2 minutes (60000-120000ms)
19+ # CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=120000
You can’t perform that action at this time.
0 commit comments