~ruther/qmk_firmware

a2b4178245166913118e614d0e4338b3154f70c4 — Drashna Jaelre 7 years ago ef5b161
Make sure 'shutdown_user' is called
1 files changed, 1 insertions(+), 0 deletions(-)

M quantum/quantum.c
M quantum/quantum.c => quantum/quantum.c +1 -0
@@ 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