forked from kofal.net/zmk
feat(display): Blank on idle optionally.
* Add new defaulted-on Kconfig option to control if displays are blanked/unblanked on idle/activity.
This commit is contained in:
committed by
Pete Johanson
parent
e3efffa9a8
commit
90b45a1284
@@ -11,6 +11,10 @@ menuconfig ZMK_DISPLAY
|
||||
|
||||
if ZMK_DISPLAY
|
||||
|
||||
config ZMK_DISPLAY_BLANK_ON_IDLE
|
||||
bool "Blank display on idle"
|
||||
default y
|
||||
|
||||
choice LVGL_TXT_ENC
|
||||
default LVGL_TXT_ENC_UTF8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user