summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_audio.h
AgeCommit message (Collapse)Author
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan
2021-12-11added missing audio_off_user() callback (#15457)Dipl.-Ing. Raoul Rubien, BSc
Co-authored-by: Raoul Rubien <raoul.rubienr@gmail.com>
2020-12-26Change include guards in quantum/ to pragma once (#11239)Ryan
2018-07-16Adds support for Planck Rev 6 (#2666)Jack Humbert
* 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
2017-03-02fix 'stop_all_notes' naming to be more consistentGabriel Young
2017-02-25Factor basic note processing into respective processorsGabriel Young