From 466af4b97a5ca9e6bf7470b4daecf03709b58deb Mon Sep 17 00:00:00 2001 From: FractalRose Date: Wed, 15 Mar 2023 23:21:08 +1100 Subject: [PATCH] Turn on OLED display --- app/boards/shields/lily58/lily58.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/boards/shields/lily58/lily58.conf b/app/boards/shields/lily58/lily58.conf index 31eb7c68..9eea32e4 100644 --- a/app/boards/shields/lily58/lily58.conf +++ b/app/boards/shields/lily58/lily58.conf @@ -3,4 +3,4 @@ # CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y # Uncomment the following line to enable the Lily58 OLED Display -# CONFIG_ZMK_DISPLAY=y +CONFIG_ZMK_DISPLAY=y