Skip to content

Commit

Permalink
disabled sleep for now
Browse files Browse the repository at this point in the history
  • Loading branch information
eXsoR65 committed Jan 2, 2025
1 parent e578bd6 commit 2e002af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/charybdis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y

## Power Management Config
## https://zmk.dev/docs/config/power
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_TIMEOUT=30000
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
CONFIG_ZMK_SLEEP=n
#CONFIG_ZMK_IDLE_TIMEOUT=30000
#CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000

## Battery Level
## https://zmk.dev/docs/config/battery
Expand All @@ -24,4 +24,4 @@ CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y

## Mouse Emulation
## https://zmk.dev/docs/keymaps/behaviors/mouse-emulation
CONFIG_ZMK_POINTING=y
CONFIG_ZMK_POINTING=y

0 comments on commit 2e002af

Please sign in to comment.