From 75742817ddde14dca2e86d7417ddded4ba84b8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Milan?= Date: Thu, 9 Apr 2026 15:11:23 -0300 Subject: [PATCH] feat: configurar nice!view com widget de WPM - Adicionar nice_view_adapter e nice_view shields para ambas as metades - Habilitar CONFIG_ZMK_DISPLAY com tela built-in do ZMK - Habilitar CONFIG_ZMK_WIDGET_WPM_STATUS para exibicao de WPM Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- build.yaml | 4 ++-- config/corne.conf | 12 ++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/build.yaml b/build.yaml index a71fc49..9042715 100644 --- a/build.yaml +++ b/build.yaml @@ -20,6 +20,6 @@ --- include: - board: nice_nano_v2 - shield: corne_left + shield: corne_left nice_view_adapter nice_view - board: nice_nano_v2 - shield: corne_right + shield: corne_right nice_view_adapter nice_view diff --git a/config/corne.conf b/config/corne.conf index 974243c..01ec4ab 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -2,5 +2,13 @@ # CONFIG_ZMK_RGB_UNDERGLOW=y # CONFIG_WS2812_STRIP=y -# Uncomment the following line to enable the Corne OLED Display -# CONFIG_ZMK_DISPLAY=y +# Enable nice!view display +CONFIG_ZMK_DISPLAY=y + +# Use ZMK built-in status screen (supports WPM widget) +CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN=y +CONFIG_ZMK_LV_FONT_DEFAULT_SMALL_MONTSERRAT_26=y +CONFIG_LV_FONT_DEFAULT_MONTSERRAT_26=y + +# Enable WPM widget +CONFIG_ZMK_WIDGET_WPM_STATUS=y