From 87dbd4ca28405ab3d17cf62f3df86581606279b7 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Mon, 28 Dec 2020 20:17:32 -0500 Subject: 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 --- app/src/display/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/display/CMakeLists.txt') diff --git a/app/src/display/CMakeLists.txt b/app/src/display/CMakeLists.txt index 3b85fc0..d289f07 100644 --- a/app/src/display/CMakeLists.txt +++ b/app/src/display/CMakeLists.txt @@ -4,4 +4,4 @@ target_sources_ifdef(CONFIG_ZMK_DISPLAY app PRIVATE main.c) target_sources_ifdef(CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN app PRIVATE status_screen.c) -add_subdirectory(widgets/) \ No newline at end of file +add_subdirectory_ifdef(CONFIG_ZMK_DISPLAY widgets/) -- cgit v1.2.3