From b8f6768523e66774ec376723ce15e3e33ef6bf58 Mon Sep 17 00:00:00 2001 From: David Fogle Date: Wed, 13 Nov 2024 20:08:40 +0000 Subject: [PATCH] added studio support --- config/urchin.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/urchin.conf b/config/urchin.conf index 1fdc1618..04162e36 100644 --- a/config/urchin.conf +++ b/config/urchin.conf @@ -22,4 +22,6 @@ CONFIG_ZMK_WIDGET_WPM_STATUS=n # display battery as n% CONFIG_ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE=y # fix widget lag -CONFIG_ZMK_DISPLAY_WORK_QUEUE_DEDICATED=y \ No newline at end of file +CONFIG_ZMK_DISPLAY_WORK_QUEUE_DEDICATED=y + +CONFIG_ZMK_STUDIO=y \ No newline at end of file