From b0ed4f37a74766a0e859c276ca1db187e5c37bbd Mon Sep 17 00:00:00 2001 From: ykie-Wang <143385050+ykie-Wang@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:51:03 +0800 Subject: [PATCH] Update corne.conf CONFIG_ZMK_WIDGET_OUTPUT_STATUS = y CONFIG_ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE = y --- config/corne.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/corne.conf b/config/corne.conf index cf714d2..7892df5 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -5,3 +5,5 @@ # Uncomment the following line to enable the Corne OLED Display CONFIG_ZMK_DISPLAY=y CONFIG_BT_CTLR_TX_PWR_PLUS_8=y +CONFIG_ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE=y +CONFIG_ZMK_WIDGET_OUTPUT_STATUS=y