forked from kofal.net/zmk
fix(display): Re-default to blank on idle for OLEDs
This commit is contained in:
committed by
Pete Johanson
parent
781df31ec4
commit
5cbe572f7d
@@ -6,13 +6,14 @@ menuconfig ZMK_DISPLAY
|
||||
default n
|
||||
select DISPLAY
|
||||
select LVGL
|
||||
select LVGL_THEMES
|
||||
select LVGL_THEME_MONO
|
||||
select LVGL_THEMES
|
||||
select LVGL_THEME_MONO
|
||||
|
||||
if ZMK_DISPLAY
|
||||
|
||||
config ZMK_DISPLAY_BLANK_ON_IDLE
|
||||
bool "Blank display on idle"
|
||||
default y if SSD1306
|
||||
|
||||
choice LVGL_TXT_ENC
|
||||
default LVGL_TXT_ENC_UTF8
|
||||
|
||||
Reference in New Issue
Block a user