diff options
Diffstat (limited to 'quantum/keymap_common.c')
-rw-r--r-- | quantum/keymap_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/keymap_common.c b/quantum/keymap_common.c index 4ee290ad0..43debf4ef 100644 --- a/quantum/keymap_common.c +++ b/quantum/keymap_common.c | |||
@@ -184,6 +184,7 @@ static action_t keycode_to_action(uint16_t keycode) | |||
184 | case RESET: ; // RESET is 0x5000, which is why this is here | 184 | case RESET: ; // RESET is 0x5000, which is why this is here |
185 | clear_keyboard(); | 185 | clear_keyboard(); |
186 | #ifdef AUDIO_ENABLE | 186 | #ifdef AUDIO_ENABLE |
187 | stop_all_notes(); | ||
187 | play_goodbye_tone(); | 188 | play_goodbye_tone(); |
188 | #endif | 189 | #endif |
189 | _delay_ms(250); | 190 | _delay_ms(250); |