diff options
author | Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com> | 2023-12-01 09:07:48 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 12:07:48 +0000 |
commit | 28dc7ba6a8217a81002d7386b8cb39b7d9da2581 (patch) | |
tree | 454651cb1d381929e4b421b55d91c5e3ad7cf374 /keyboards/smithrune/magnus/m75h | |
parent | 5368ddbf3d8de1059dc863f11b07831adca714c8 (diff) |
Fix animation range on M75H (#22586)
Diffstat (limited to 'keyboards/smithrune/magnus/m75h')
-rw-r--r-- | keyboards/smithrune/magnus/m75h/m75h.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/smithrune/magnus/m75h/m75h.c b/keyboards/smithrune/magnus/m75h/m75h.c index 940f5b61cf..35ef698304 100644 --- 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(); } |