summaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-10-16 16:30:12 +0200
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-10-28 16:44:58 +0100
commit3d15038dd40721a992606705cdac5c5e381f5bba (patch)
tree96702c791b66512e798ed16df46790212f6f9dd5 /users
parent2abb29402a85675617d07111cbdf5502fd384572 (diff)
downloadqmk_firmware-3d15038dd40721a992606705cdac5c5e381f5bba.tar.gz
qmk_firmware-3d15038dd40721a992606705cdac5c5e381f5bba.tar.xz
Make RGB init write to eeprom once
Diffstat (limited to 'users')
-rw-r--r--users/drashna/rgb_stuff.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}