diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-12-10 10:57:52 -0500 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-10 10:59:47 -0500 |
| commit | a7c61f2947528f79383dfe63e654346afce0d14a (patch) | |
| tree | 99bb52489b94916aae58538f3d050651cfbe7b16 /quantum/quantum.c | |
| parent | d1feb8744aeb14f4ff024507b25d224e77de60a0 (diff) | |
| download | qmk_firmware-a7c61f2947528f79383dfe63e654346afce0d14a.tar.gz qmk_firmware-a7c61f2947528f79383dfe63e654346afce0d14a.zip | |
fix up midi stuff w/music mode
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index dee2fc4b6..e2280b707 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -132,7 +132,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 132 | 132 | ||
| 133 | void reset_keyboard(void) { | 133 | void reset_keyboard(void) { |
| 134 | clear_keyboard(); | 134 | clear_keyboard(); |
| 135 | #if defined(AUDIO_ENABLE) || (defined(MIDI_ENABLE) && defined(MIDI_ENABLE_BASIC)) | 135 | #if defined(AUDIO_ENABLE) || (defined(MIDI_ENABLE) && defined(MIDI_BASIC)) |
| 136 | music_all_notes_off(); | 136 | music_all_notes_off(); |
| 137 | uint16_t timer_start = timer_read(); | 137 | uint16_t timer_start = timer_read(); |
| 138 | PLAY_SONG(goodbye_song); | 138 | PLAY_SONG(goodbye_song); |
