From 61942643383f04c7d7a3917b1529d212a11bb26d Mon Sep 17 00:00:00 2001 From: XLE Date: Tue, 3 Mar 2026 14:50:02 +0000 Subject: [PATCH] Removed encoder support Hunting my sticky key bug --- config/sofle.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sofle.conf b/config/sofle.conf index 91654f2..8ac4496 100644 --- a/config/sofle.conf +++ b/config/sofle.conf @@ -5,8 +5,8 @@ CONFIG_ZMK_DISPLAY=y # Uncomment these two lines to add support for encoders -CONFIG_EC11=y -CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y +CONFIG_EC11=n +CONFIG_EC11_TRIGGER_GLOBAL_THREAD=n # Uncomment this line below to add rgb underglow / backlight support # CONFIG_ZMK_RGB_UNDERGLOW=y