From d1bf25a75782f76e2c181486f2ee749e3840230f Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+sporqist@users.noreply.github.com> Date: Sun, 9 Apr 2023 14:11:54 +0000 Subject: [PATCH] enable usb logging --- config/corne.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/corne.conf b/config/corne.conf index 8d96f72..c6e84c5 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -5,8 +5,10 @@ # Uncomment the following line to enable the Corne OLED Display # CONFIG_ZMK_DISPLAY=y -# Allow to sleep +# Allow to sleep CONFIG_ZMK_SLEEP=y CONFIG_ZMK_IDLE_TIMEOUT=30000 # Sleep timeout to 15 minutes CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 + +CONFIG_ZMK_USB_LOGGING=y