summaryrefslogtreecommitdiffstats
path: root/quantum/audio/audio_arm.c
AgeCommit message (Collapse)AuthorFilesLines
2018-07-16Adds support for Planck Rev 6 (#2666)Jack Humbert1-27/+121
* initial files for rev 6 with encoder * music map init, dip scan added * adds ws2812 driver for arm * flesh out dip and encoder support * adds default encoder res * adds default encoder res * start muse implementation * muse working with encoder as control * flip direction * try mouse wheel again * dont break other revs * dont break other revs * conditional autio * pwm ws driver (not working) * update build includes for chibios * update ws2812 driver/config * last commit for glasser code * working example * remove rgb for now * finish up rev6 * working encoder keycodes * add warnings to planck keymaps about the LAYOUT
2018-02-08ARM audio fixes, stack size increase (#2365)Jack Humbert1-50/+230
* fix up arm audio implementation * chibios stack size inc * get one channel working * update for chibios
2018-01-14Fix up the ARM audio support (#2136)skullydazed1-1/+0
* Get audio working on clueboard/60 * add keys for music mode * Change doubles to floats * add keys for all the songs * revert to the default startup sound * Remove music mode until we can figure out why it crashes
2017-09-30Clueboard 60% support (#1746)skullydazed1-0/+606
* initial clueboard_60 support * LED lighting support * fix the clueboard->clueboard_66 rename * Add layout support to clueboard_60 * Fix the 60_iso layout so it's actually iso * add a default keymap for AEK layout * fix clueboard_17 * Fixup the ISO layouts * Fix the `wait_ms()/wait_us()` definitions for chibios * Fix up the wait_ms/wait_us hack. Reduce stack size. * Add a missing #include "wait.h" * commit files that should have already been comitted