From 7da2b081c63a3e8cb8b25d84e4cddc39e35a90d8 Mon Sep 17 00:00:00 2001 From: XLE <38703509+tcaxle@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:50:58 +0100 Subject: [PATCH] Update sofle.conf Encoders and screen enabled --- config/sofle.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/sofle.conf b/config/sofle.conf index 1f74aa3..0c70c02 100644 --- a/config/sofle.conf +++ b/config/sofle.conf @@ -2,11 +2,11 @@ # SPDX-License-Identifier: MIT # Uncomment the following line to enable the Sofle OLED Display -# CONFIG_ZMK_DISPLAY=y +CONFIG_ZMK_DISPLAY=y # Uncomment these two lines to add support for encoders -# CONFIG_EC11=y -# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y +CONFIG_EC11=y +CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y # Uncomment this line below to add rgb underglow / backlight support # CONFIG_ZMK_RGB_UNDERGLOW=y