summaryrefslogtreecommitdiffstats
path: root/quantum/audio/voices.c
AgeCommit message (Collapse)AuthorFilesLines
2016-05-03Clarified audio.c (#302)IBNobody1-3/+5
* Updated personal layouts * tweaked personal * Nightly - Audio Cleanup Refactored the LUTs. Abstracted some of the registers out of audio to use more functional names. Split audio into audio and audio_pwm. WIP * nightly - collapsed code * Added check for note playing to LEDs
2016-04-29removes extra voices, updates .hex filesJack Humbert1-21/+21
2016-04-26adds delayed vibratoJack Humbert1-0/+31
2016-04-25updates default voice, prunes voicesJack Humbert1-25/+25
2016-04-22adds more voice harmonicsJack Humbert1-3/+16
2016-04-22Merge remote-tracking branch 'origin/master'Jack Humbert1-14/+27
# Conflicts: # quantum/audio/voices.c
2016-04-22adds fifth and fourth down voicesJack Humbert1-0/+15
2016-04-22fixed compiler warnings (#273)IBNobody1-12/+25
2016-04-22adds more voices, fixes macro redefinesJack Humbert1-4/+8
2016-04-22adds multiple voices and the ability to iterate/deiterate between themJack Humbert1-2/+29
2016-04-21converts tabs to spacesJack Humbert1-44/+44
2016-04-21restructures audio, begins voicingJack Humbert1-0/+60