Skip to content

Commit

Permalink
try deepsleep in 15 minuts
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoDM committed Sep 26, 2024
1 parent b08a618 commit 2e52513
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions boards/shields/swweeep/swweeep_left.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ CONFIG_ZMK_BLE_PASSKEY_ENTRY=n
CONFIG_ZMK_RGB_UNDERGLOW=n
CONFIG_WS2812_STRIP=n
CONFIG_ZMK_EXT_POWER=n
# CONFIG_ZMK_SLEEP=y
# CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=10800000
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
# How to build
# cd app
# west build -d build/swweeep/right --pristine -b "nice_nano_v2" -- -DSHIELD="swweeep_right"
Expand Down
4 changes: 2 additions & 2 deletions boards/shields/swweeep/swweeep_right.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ CONFIG_ZMK_BLE_PASSKEY_ENTRY=n
CONFIG_ZMK_RGB_UNDERGLOW=n
CONFIG_WS2812_STRIP=n
CONFIG_ZMK_EXT_POWER=n
# CONFIG_ZMK_SLEEP=y
# CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=10800000
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
# How to build
# cd app
# west build -d build/swweeep/right --pristine -b "nice_nano_v2" -- -DSHIELD="swweeep_right"
Expand Down

0 comments on commit 2e52513

Please sign in to comment.