We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0289b90 commit fb43b05Copy full SHA for fb43b05
1 file changed
config/sofle.conf
@@ -2,7 +2,10 @@
2
# SPDX-License-Identifier: MIT
3
4
# Uncomment the following line to enable the Sofle OLED Display
5
-# CONFIG_ZMK_DISPLAY=y
+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
9
10
# Uncomment these two lines to add support for encoders
11
# CONFIG_EC11=y
@@ -15,3 +18,7 @@
15
18
# By default toggling the underglow on and off also toggles external power
16
19
# on and off. This also causes the display to turn off.
17
20
# 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