1
0
Fork 0

fix up midi stuff w/music mode

This commit is contained in:
Jack Humbert 2017-12-10 10:57:52 -05:00
parent d1feb8744a
commit a7c61f2947
4 changed files with 83 additions and 11 deletions

View file

@ -132,7 +132,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
void reset_keyboard(void) {
clear_keyboard();
#if defined(AUDIO_ENABLE) || (defined(MIDI_ENABLE) && defined(MIDI_ENABLE_BASIC))
#if defined(AUDIO_ENABLE) || (defined(MIDI_ENABLE) && defined(MIDI_BASIC))
music_all_notes_off();
uint16_t timer_start = timer_read();
PLAY_SONG(goodbye_song);