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>;