Browse Source

Make RGB init write to eeprom once

Drashna Jaelre 6 years ago
parent
commit
3d15038dd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      users/drashna/rgb_stuff.c

+ 1 - 1
users/drashna/rgb_stuff.c

@@ -273,7 +273,7 @@ void matrix_init_rgb(void) {
       default:
         rgblight_sethsv_noeeprom_cyan(); break;
     }
-    rgblight_mode_noeeprom(1);
+    rgblight_mode(RGBLIGHT_MODE_STATIC_LIGHT);
   }
 }