summaryrefslogtreecommitdiff
path: root/app/src/display/widgets/CMakeLists.txt
diff options
context:
space:
mode:
authorKemoNine <mcrosson@users.noreply.github.com>2020-12-28 20:17:32 -0500
committerGitHub <noreply@github.com>2020-12-28 20:17:32 -0500
commit87dbd4ca28405ab3d17cf62f3df86581606279b7 (patch)
tree17f154b5bf4b6eb5cdecdf3ea29cbae265aac867 /app/src/display/widgets/CMakeLists.txt
parent9a9f155e696935f4b576b4213b5256af8adbca93 (diff)
Add uppermost, current layer status widget to oled (#493)
* Add uppermost, current layer status widget to oled * Run clang format * Fixup display widget source includes in CMakeLists * Update layer widget to only be enabled on primary half of a split keyboard and shuffle some of the options specific to the widget to be enabled via the widget * Update to latest lvgl/zmk/zephyr ; remove version text from oled per PR * Fixup file names * Remove last remenants of the version display text from the oled * Fixup clang-format Co-authored-by: KemoNine <mcrosson@kemonine.info>
Diffstat (limited to 'app/src/display/widgets/CMakeLists.txt')
-rw-r--r--app/src/display/widgets/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/display/widgets/CMakeLists.txt b/app/src/display/widgets/CMakeLists.txt
index 1d4cca1..ad7e132 100644
--- a/app/src/display/widgets/CMakeLists.txt
+++ b/app/src/display/widgets/CMakeLists.txt
@@ -3,3 +3,4 @@
target_sources_ifdef(CONFIG_ZMK_WIDGET_BATTERY_STATUS app PRIVATE battery_status.c)
target_sources_ifdef(CONFIG_ZMK_WIDGET_OUTPUT_STATUS app PRIVATE output_status.c)
+target_sources_ifdef(CONFIG_ZMK_WIDGET_LAYER_STATUS app PRIVATE layer_status.c)