diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-18 21:01:48 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-18 21:01:48 -0400 |
commit | e49712b5593b887c8af18aeb7196513f1c7b7bcf (patch) | |
tree | 0de0a22806600a9512b93cf05128a4b68fbb7f7d /quantum/keymap_common.c | |
parent | 89a78f4a11a8f04777b3407c958dc989b4d7d884 (diff) | |
download | qmk_firmware-e49712b5593b887c8af18aeb7196513f1c7b7bcf.tar.gz |
note sliding - on right now
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) case RESET: ; // RESET is 0x5000, which is why this is here clear_keyboard(); #ifdef AUDIO_ENABLE + stop_all_notes(); play_goodbye_tone(); #endif _delay_ms(250); |