Browse Source

Merge remote-tracking branch 'origin/master' into develop

QMK Bot 2 years ago
parent
commit
4be3abc39e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      keyboards/smithrune/magnus/m75h/m75h.c

+ 1 - 1
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();
 }