浏览代码

Make sure 'shutdown_user' is called

Drashna Jaelre 6 年之前
父节点
当前提交
a2b4178245
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      quantum/quantum.c

+ 1 - 0
quantum/quantum.c

@@ -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