From 8a042ee5b0e0e6c91a3ba1501b7d77c80876d948 Mon Sep 17 00:00:00 2001 From: chazragg Date: Fri, 26 Jan 2024 11:52:30 +0000 Subject: [PATCH] Fresh config --- config/sofle.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/sofle.conf b/config/sofle.conf index 1f74aa3..2084a4d 100644 --- a/config/sofle.conf +++ b/config/sofle.conf @@ -2,11 +2,13 @@ # 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 + +CONFIG_ZMK_USB=y # Uncomment this line below to add rgb underglow / backlight support # CONFIG_ZMK_RGB_UNDERGLOW=y