]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Make sure 'shutdown_user' is called
authorDrashna Jaelre <drashna@live.com>
Wed, 1 Aug 2018 03:20:29 +0000 (20:20 -0700)
committerJack Humbert <jack.humb@gmail.com>
Sat, 4 Aug 2018 20:49:57 +0000 (16:49 -0400)
quantum/quantum.c

index aad678e1ad47087906f862495af210365854b791..ab47fa48ff486cca6a5fc834d20bd4f4c04ad3e7 100644 (file)
@@ -158,6 +158,7 @@ void reset_keyboard(void) {
     wait_ms(1);
   stop_all_notes();
 #else
+  shutdown_user();
   wait_ms(250);
 #endif
 // this is also done later in bootloader.c - not sure if it's neccesary here