Fix for missing image reference

This commit is contained in:
Darryldh 2022-10-27 09:17:22 -04:00
parent bfd1f906fb
commit 7e982bc925

View file

@ -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)