Browse Source

Make sure 'shutdown_user' is called

pull/3573/head 0.6.87
Drashna Jaelre 5 years ago
committed by Jack Humbert
parent
commit
a2b4178245
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      quantum/quantum.c

+ 1
- 0
quantum/quantum.c View 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


Loading…
Cancel
Save