From: Drashna Jaelre Date: Tue, 16 Oct 2018 14:30:12 +0000 (-0700) Subject: Make RGB init write to eeprom once X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3d15038dd40721a992606705cdac5c5e381f5bba;p=qmk_firmware.git Make RGB init write to eeprom once --- diff --git a/users/drashna/rgb_stuff.c b/users/drashna/rgb_stuff.c index dc6075320..9ad94c0c3 100644 --- a/users/drashna/rgb_stuff.c +++ b/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); } }