]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - users/drashna/drashna.c
[Keymap] Update to drashna keymaps: Conform to QMK Standards Edition (#5377)
[qmk_firmware.git] / users / drashna / drashna.c
index 8019f26676f2ade937eac21800ace54a962999a1..6968a4b9285866db4939a841d6c1f0e030f7355a 100644 (file)
@@ -144,9 +144,9 @@ void shutdown_user (void) {
     rgblight_setrgb_red();
   #endif // RGBLIGHT_ENABLE
   #ifdef RGB_MATRIX_ENABLE
-    uint16_t timer_start = timer_read();
-    rgb_matrix_set_color_all( 0xFF, 0x00, 0x00 );
-    while(timer_elapsed(timer_start) < 250) { wait_ms(1); }
+    // uint16_t timer_start = timer_read();
+    // rgb_matrix_set_color_all( 0xFF, 0x00, 0x00 );
+    // while(timer_elapsed(timer_start) < 250) { wait_ms(1); }
   #endif //RGB_MATRIX_ENABLE
   shutdown_keymap();
 }