]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Make RGB init write to eeprom once
authorDrashna Jaelre <drashna@live.com>
Tue, 16 Oct 2018 14:30:12 +0000 (07:30 -0700)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Sun, 28 Oct 2018 15:44:58 +0000 (08:44 -0700)
users/drashna/rgb_stuff.c

index dc6075320e513e8ef07842ec4f574687cee92fc9..9ad94c0c3d2603f8497214a49961acef46a1d333 100644 (file)
@@ -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);
   }
 }