qmk_firmware/quantum/audio
DDRnJn fe89aef774 Add 3 new songs and add new note type (#5351)
* Added 3 new songs and added new note type to musical_notes.h

Added Megalovania from Undertale, Kataware Doki from Kimi no Na Wa and La Campanella by Lizst to song_list.h
Added the breve (double whole note) and dotted breve note types to musical_notes.h. I included this because the default tempo is quite high, so I thought a note with higher
duration was needed

* Fixed indentation for new notes in musical_notes.h

Changed tabs to spaces in indentation
2019-03-11 13:53:22 -07:00
..
audio.c increase size of note counter variable to avoid overflow 2019-03-05 15:03:24 -08:00
audio.h
audio_arm.c increase size of note counter variable to avoid overflow 2019-03-05 15:03:24 -08:00
audio_pwm.c increase size of note counter variable to avoid overflow 2019-03-05 15:03:24 -08:00
luts.c
luts.h
muse.c
muse.h
musical_notes.h Add 3 new songs and add new note type (#5351) 2019-03-11 13:53:22 -07:00
song_list.h Add 3 new songs and add new note type (#5351) 2019-03-11 13:53:22 -07:00
voices.c
voices.h
wave.h