From 0d6e2718eeecd8449ce3c47d2dafe9b9b480d71d Mon Sep 17 00:00:00 2001 From: Joshua Whitley <whitleysoftwareservices@gmail.com> Date: Wed, 29 Jun 2022 13:30:13 -0500 Subject: [PATCH] Changes from review. --- app/boards/shields/sofle_rgb_keyhive/Kconfig.defconfig | 6 ------ .../shields/sofle_rgb_keyhive/boards/nice_nano_v2.overlay | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/boards/shields/sofle_rgb_keyhive/Kconfig.defconfig b/app/boards/shields/sofle_rgb_keyhive/Kconfig.defconfig index 08ba4f72..5d39b18a 100644 --- a/app/boards/shields/sofle_rgb_keyhive/Kconfig.defconfig +++ b/app/boards/shields/sofle_rgb_keyhive/Kconfig.defconfig @@ -31,12 +31,6 @@ endif # ZMK_DISPLAY if LVGL -config LVGL_HOR_RES_MAX - default 128 - -config LVGL_VER_RES_MAX - default 32 - config LVGL_VDB_SIZE default 64 diff --git a/app/boards/shields/sofle_rgb_keyhive/boards/nice_nano_v2.overlay b/app/boards/shields/sofle_rgb_keyhive/boards/nice_nano_v2.overlay index b58cd7b5..9965e047 100644 --- a/app/boards/shields/sofle_rgb_keyhive/boards/nice_nano_v2.overlay +++ b/app/boards/shields/sofle_rgb_keyhive/boards/nice_nano_v2.overlay @@ -23,7 +23,7 @@ spi-max-frequency = <4000000>; /* WS2812 */ - chain-length = <16>; /* number of LEDs */ + chain-length = <37>; /* number of LEDs */ spi-one-frame = <0x70>; spi-zero-frame = <0x40>;