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)