aboutsummaryrefslogtreecommitdiff
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, 3 insertions, 3 deletions
diff --git a/users/drashna/drashna.c b/users/drashna/drashna.c
index 8019f2667..6968a4b92 100644
--- a/users/drashna/drashna.c
+++ b/users/drashna/drashna.c
@@ -144,9 +144,9 @@ void shutdown_user (void) {
144 rgblight_setrgb_red(); 144 rgblight_setrgb_red();
145 #endif // RGBLIGHT_ENABLE 145 #endif // RGBLIGHT_ENABLE
146 #ifdef RGB_MATRIX_ENABLE 146 #ifdef RGB_MATRIX_ENABLE
147 uint16_t timer_start = timer_read(); 147 // uint16_t timer_start = timer_read();
148 rgb_matrix_set_color_all( 0xFF, 0x00, 0x00 ); 148 // rgb_matrix_set_color_all( 0xFF, 0x00, 0x00 );
149 while(timer_elapsed(timer_start) < 250) { wait_ms(1); } 149 // while(timer_elapsed(timer_start) < 250) { wait_ms(1); }
150 #endif //RGB_MATRIX_ENABLE 150 #endif //RGB_MATRIX_ENABLE
151 shutdown_keymap(); 151 shutdown_keymap();
152} 152}