summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_audio.h
Commit message (Collapse)AuthorAgeFilesLines
* added missing audio_off_user() callback (#15457)Dipl.-Ing. Raoul Rubien, BSc2021-12-111-0/+1
| | | Co-authored-by: Raoul Rubien <raoul.rubienr@gmail.com>
* Change include guards in quantum/ to pragma once (#11239)Ryan2020-12-261-4/+1
|
* Adds support for Planck Rev 6 (#2666)Jack Humbert2018-07-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* fix 'stop_all_notes' naming to be more consistentGabriel Young2017-03-021-1/+1
|
* Factor basic note processing into respective processorsGabriel Young2017-02-251-0/+11