From c26c956e1e1087fd79a23f64a7dab9d0dad6004f Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Mon, 16 Jun 2025 01:08:31 -0600 Subject: [PATCH] REMOVEME: Don't use nice view custom status screen until fixed. --- app/boards/shields/nice_view/Kconfig.defconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/boards/shields/nice_view/Kconfig.defconfig b/app/boards/shields/nice_view/Kconfig.defconfig index c31cec89f..838323879 100644 --- a/app/boards/shields/nice_view/Kconfig.defconfig +++ b/app/boards/shields/nice_view/Kconfig.defconfig @@ -20,9 +20,10 @@ choice ZMK_DISPLAY_WORK_QUEUE default ZMK_DISPLAY_WORK_QUEUE_DEDICATED endchoice -choice ZMK_DISPLAY_STATUS_SCREEN - default ZMK_DISPLAY_STATUS_SCREEN_CUSTOM -endchoice +# TODO: Restore once we fix up custom status code +# choice ZMK_DISPLAY_STATUS_SCREEN +# default ZMK_DISPLAY_STATUS_SCREEN_CUSTOM +# endchoice config LV_Z_MEM_POOL_SIZE default 4096 if ZMK_DISPLAY_STATUS_SCREEN_CUSTOM