From d8c84650132cbf7db5c730ea66641a22df537f31 Mon Sep 17 00:00:00 2001 From: Kyle McCreery Date: Fri, 17 Mar 2023 15:29:55 -0400 Subject: [PATCH] Commenting out the encoder despite the fact that it makes my skin itchy to disable it by default. --- app/boards/shields/obe/obe.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/boards/shields/obe/obe.conf b/app/boards/shields/obe/obe.conf index ccf77e61..3faf0d7c 100644 --- a/app/boards/shields/obe/obe.conf +++ b/app/boards/shields/obe/obe.conf @@ -2,5 +2,5 @@ # CONFIG_ZMK_USB_LOGGING=y # Uncomment both to enable encoder -CONFIG_EC11=y -CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y +# CONFIG_EC11=y +# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y