qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 2750e031c1ad9e2f90fcd94f445efcfd8b41bf1c
parent c3cd05c5100b7f48979d67aecb24e609aa22fad3
Author: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Date:   Wed, 28 Jun 2023 17:34:41 +0800

[Keyboard] Sofle: fix LED count (#21386)


Diffstat:
Mkeyboards/sofle/keymaps/via/config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyboards/sofle/keymaps/via/config.h b/keyboards/sofle/keymaps/via/config.h @@ -24,7 +24,7 @@ for more options. */ #if defined(KEYBOARD_sofle_rev1) // Add RGB underglow and top facing lighting # define WS2812_DI_PIN D3 -# define RGBLED_NUM 70 +# define RGBLED_NUM 72 # define RGBLED_SPLIT \ { 36, 36 } # ifdef RGB_MATRIX_ENABLE