From c7581173b5349fc88e424ff988ce8f4bf907375b Mon Sep 17 00:00:00 2001 From: Darryldh Date: Sun, 30 Oct 2022 22:17:33 -0400 Subject: [PATCH] Update app/boards/arm/corneish_zen/CMakeLists.txt Co-authored-by: Pete Johanson --- app/boards/arm/corneish_zen/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/boards/arm/corneish_zen/CMakeLists.txt b/app/boards/arm/corneish_zen/CMakeLists.txt index 2a3668d7..5dbc7ef3 100644 --- a/app/boards/arm/corneish_zen/CMakeLists.txt +++ b/app/boards/arm/corneish_zen/CMakeLists.txt @@ -3,7 +3,6 @@ if(CONFIG_ZMK_DISPLAY) target_sources_ifdef(CONFIG_CUSTOM_WIDGET_OUTPUT_STATUS app PRIVATE widgets/output_status.c) target_sources_ifdef(CONFIG_CUSTOM_WIDGET_LAYER_STATUS app PRIVATE widgets/layer_status.c) target_sources_ifdef(CONFIG_CUSTOM_WIDGET_PERIPHERAL_STATUS app PRIVATE widgets/peripheral_status.c) - # target_sources_ifdef(CONFIG_ZMK_WIDGET_WPM_STATUS app PRIVATE wpm_status.c) add_subdirectory_ifdef(CONFIG_ZMK_DISPLAY_STATUS_SCREEN_CUSTOM widgets/icons) endif()