Skip to content

Commit fb43b05

Browse files
Configurating idle, display and deep sleep
1 parent 0289b90 commit fb43b05

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

config/sofle.conf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
# SPDX-License-Identifier: MIT
33

44
# Uncomment the following line to enable the Sofle OLED Display
5-
# CONFIG_ZMK_DISPLAY=y
5+
CONFIG_ZMK_DISPLAY=y
6+
CONFIG_ZMK_DISPLAY_BLANK_ON_IDLE=y
7+
CONFIG_ZMK_WIDGET_LAYER_STATUS=y
8+
CONFIG_ZMK_WIDGET_BATTERY_STATUS=y
69

710
# Uncomment these two lines to add support for encoders
811
# CONFIG_EC11=y
@@ -15,3 +18,7 @@
1518
# By default toggling the underglow on and off also toggles external power
1619
# on and off. This also causes the display to turn off.
1720
# CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
21+
22+
CONFIG_ZMK_SLEEP=y
23+
CONFIG_ZMK_IDLE_TIMEOUT=30000
24+
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=30000

0 commit comments

Comments
 (0)