From 157d2d4bf3687c247436dc33d926dc19cc4edda2 Mon Sep 17 00:00:00 2001 From: Kassio Borges Date: Fri, 15 Dec 2023 20:12:11 +0000 Subject: [PATCH] try again to enable nice view --- build.yaml | 4 ++-- config/helix.conf | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build.yaml b/build.yaml index 8a801fd..dab16fa 100644 --- a/build.yaml +++ b/build.yaml @@ -14,6 +14,6 @@ --- include: - board: nice_nano_v2 - shield: helix_left nice_view + shield: helix_left - board: nice_nano_v2 - shield: helix_right nice_view + shield: helix_right diff --git a/config/helix.conf b/config/helix.conf index dbefe3b..2a499d6 100644 --- a/config/helix.conf +++ b/config/helix.conf @@ -1,6 +1,7 @@ # Copyright (c) 2020 The ZMK Contributors # SPDX-License-Identifier: MIT -# Enables RGB functionality (Uncomment lines below to enable.) -# CONFIG_ZMK_RGB_UNDERGLOW=n -# CONFIG_WS2812_STRIP=y +# Enable NiceView +CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN=y +CONFIG_ZMK_LV_FONT_DEFAULT_SMALL_MONTSERRAT_26=y +CONFIG_LV_FONT_DEFAULT_MONTSERRAT_26=y \ No newline at end of file