diff options
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 7a27a568a..a4a12061b 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -95,8 +95,8 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 95 | 95 | ||
| 96 | void reset_keyboard(void) { | 96 | void reset_keyboard(void) { |
| 97 | clear_keyboard(); | 97 | clear_keyboard(); |
| 98 | #ifdef AUDIO_ENABLE | 98 | #if defined(AUDIO_ENABLE) || (defined(MIDI_ENABLE) && defined(MIDI_ENABLE_BASIC)) |
| 99 | stop_all_notes(); | 99 | music_all_notes_off(); |
| 100 | shutdown_user(); | 100 | shutdown_user(); |
| 101 | #endif | 101 | #endif |
| 102 | wait_ms(250); | 102 | wait_ms(250); |
