diff options
Diffstat (limited to 'users/spidey3/init.c')
| -rw-r--r-- | users/spidey3/init.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/users/spidey3/init.c b/users/spidey3/init.c index 273c2b289..8db41a5f4 100644 --- a/users/spidey3/init.c +++ b/users/spidey3/init.c | |||
| @@ -18,11 +18,6 @@ void eeconfig_init_user(void) { | |||
| 18 | #endif | 18 | #endif |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | void shutdown_user() { | ||
| 22 | #ifdef RGBLIGHT_ENABLE | 21 | #ifdef RGBLIGHT_ENABLE |
| 23 | clear_rgb_layers(); | 22 | void shutdown_user(void) { shutdown_user_rgb(); } |
| 24 | rgblight_enable(); | ||
| 25 | rgblight_mode_noeeprom(RGBLIGHT_MODE_STATIC_LIGHT); | ||
| 26 | rgblight_sethsv_noeeprom(HSV_RED); | ||
| 27 | #endif | 23 | #endif |
| 28 | } | ||
