qmk_firmware

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

commit 28dc7ba6a8217a81002d7386b8cb39b7d9da2581
parent 5368ddbf3d8de1059dc863f11b07831adca714c8
Author: Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com>
Date:   Fri,  1 Dec 2023 09:07:48 -0300

Fix animation range on M75H (#22586)


Diffstat:
Mkeyboards/smithrune/magnus/m75h/m75h.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyboards/smithrune/magnus/m75h/m75h.c b/keyboards/smithrune/magnus/m75h/m75h.c @@ -20,7 +20,7 @@ #define CAPS_COLOR_B 0xFF void keyboard_post_init_kb(void) { - rgblight_set_effect_range(0,29); + rgblight_set_effect_range(1,29); keyboard_post_init_user(); }