summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_audio.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-26Reduce needless precision in audio note frequency calculation (#21496)Nebuleon1-1/+1
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan1-3/+1
2023-01-20Fix functions with empty params (#19647)Ryan1-2/+2
2022-11-05Align audio keycode names (#18962)Joel Challis1-5/+5
2022-02-12Format code according to conventions (#16322)QMK Bot1-3/+9
2021-12-11added missing audio_off_user() callback (#15457)Dipl.-Ing. Raoul Rubien, BSc1-0/+1
2019-08-30clang-format changesskullY1-20/+11
2018-07-16Adds support for Planck Rev 6 (#2666)Jack Humbert1-3/+1
2018-04-21Fix Audio Clicky sub-feature (#2784)Drashna Jaelre1-65/+0
2018-04-20Update to drashna keymaps and userspace (#2756)Drashna Jaelre1-1/+1
2018-04-19Add Faux Clicking as subset of Audio feature (#2748)Drashna Jaelre1-1/+68
2017-07-24adds option for alt pitch standardsJack Humbert1-1/+5
2017-07-23adds music mode, music mode songs, music maskJack Humbert1-7/+9
2017-03-02fix 'stop_all_notes' naming to be more consistentGabriel Young1-1/+1
2017-02-25Update existing keymapsGabriel Young1-2/+2
2017-02-25Add basic layer to sample MIDI keycapGabriel Young1-1/+1
2017-02-25Factor basic note processing into respective processorsGabriel Young1-0/+62