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 Add functions so you can configure programatically 2018-09-25 13:28:36 -07:00
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 Clueboard 60% support (#1746) 2017-09-29 16:17:30 -07:00
luts.h Clueboard 60% support (#1746) 2017-09-29 16:17:30 -07:00
muse.c Adds support for Planck Rev 6 (#2666) 2018-07-16 11:48:31 -04:00
muse.h Adds support for Planck Rev 6 (#2666) 2018-07-16 11:48:31 -04:00
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 Clueboard 60% support (#1746) 2017-09-29 16:17:30 -07:00
wave.h