mirror of https://github.com/zmkfirmware/zmk.git
fix(display): Re-default to blank on idle for OLEDs
This commit is contained in:
parent
781df31ec4
commit
5cbe572f7d
|
|
@ -13,6 +13,7 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue