From 7e982bc9258e97fbf320984a66299bea8979997a Mon Sep 17 00:00:00 2001 From: Darryldh Date: Thu, 27 Oct 2022 09:17:22 -0400 Subject: [PATCH] Fix for missing image reference --- app/boards/arm/corneish_zen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/boards/arm/corneish_zen/CMakeLists.txt b/app/boards/arm/corneish_zen/CMakeLists.txt index d28ed277..2a3668d7 100644 --- a/app/boards/arm/corneish_zen/CMakeLists.txt +++ b/app/boards/arm/corneish_zen/CMakeLists.txt @@ -43,6 +43,7 @@ if(CONFIG_ZMK_DISPLAY) zephyr_library_sources(widgets/icons/bluetooth_advertising_3.c) zephyr_library_sources(widgets/icons/bluetooth_advertising_4.c) zephyr_library_sources(widgets/icons/bluetooth_advertising_5.c) + zephyr_library_sources(widgets/icons/bluetooth_disconnected_right.c) endif() if(CONFIG_CUSTOM_WIDGET_LAYER_STATUS) zephyr_library_sources(widgets/icons/layers.c)