Skip to content

Commit

Permalink
Fix animation range on M75H (qmk#22586)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gondolindrim authored and Lorenzo Castoldi committed Dec 27, 2023
1 parent 0856b03 commit 35ffc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/smithrune/magnus/m75h/m75h.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 35ffc94

Please sign in to comment.