aboutsummaryrefslogtreecommitdiffstats
path: root/users/drashna/drashna.c
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/drashna.c')
-rw-r--r--users/drashna/drashna.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/users/drashna/drashna.c b/users/drashna/drashna.c
index ba19d4803..5c0f18027 100644
--- a/users/drashna/drashna.c
+++ b/users/drashna/drashna.c
@@ -113,13 +113,9 @@ void shutdown_user(void) {
rgblight_setrgb_red();
#endif // RGBLIGHT_ENABLE
#ifdef RGB_MATRIX_ENABLE
-# ifdef __AVR__
rgb_matrix_set_color_all(0xFF, 0x00, 0x00);
rgb_matrix_update_pwm_buffers();
-# else
- rgb_matrix_sethsv_noeeprom(0, 255, 255);
- rgb_matrix_mode_noeeprom(1);
-# endif
+
#endif // RGB_MATRIX_ENABLE
shutdown_keymap();
}