From 388e88038c145cc209bf7b9d4aab732fdca5fc71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20=C5=98epka?= Date: Mon, 16 Dec 2024 16:51:55 +0100 Subject: [PATCH] add display support --- config/splitkb_aurora_sofle.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/splitkb_aurora_sofle.conf b/config/splitkb_aurora_sofle.conf index 76c5713..a08a0ae 100644 --- a/config/splitkb_aurora_sofle.conf +++ b/config/splitkb_aurora_sofle.conf @@ -3,9 +3,15 @@ CONFIG_EC11=y CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y # Uncomment the following line to enable the OLED Display -# CONFIG_ZMK_DISPLAY=y +CONFIG_ZMK_DISPLAY=y + +# Enable built-in ZMK widget for nice!view display +CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN=y +CONFIG_ZMK_LV_FONT_DEFAULT_SMALL_MONTSERRAT_26=y +CONFIG_LV_FONT_DEFAULT_MONTSERRAT_26=y # Uncomment the following lines to enable RGB underglow # CONFIG_ZMK_RGB_UNDERGLOW=y +# Set idle timeout to 5 minutes CONFIG_ZMK_IDLE_TIMEOUT=300000