mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 20:56:42 +00:00
Fix animation range on M75H (#22586)
This commit is contained in:
parent
5368ddbf3d
commit
28dc7ba6a8
@ -20,7 +20,7 @@
|
|||||||
#define CAPS_COLOR_B 0xFF
|
#define CAPS_COLOR_B 0xFF
|
||||||
|
|
||||||
void keyboard_post_init_kb(void) {
|
void keyboard_post_init_kb(void) {
|
||||||
rgblight_set_effect_range(0,29);
|
rgblight_set_effect_range(1,29);
|
||||||
keyboard_post_init_user();
|
keyboard_post_init_user();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user