Skip to content

Commit

Permalink
Fix animation range on M75H (qmk#22586)
Browse files Browse the repository at this point in the history
Gondolindrim authored and Nathan committed Feb 11, 2024
1 parent 0371310 commit 934e5ef
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
@@ -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();
}

0 comments on commit 934e5ef

Please sign in to comment.