summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_midi.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan1-1/+4
2022-02-12Format code according to conventions (#16322)QMK Bot1-2/+2
2020-12-26Change include guards in quantum/ to pragma once (#11239)Ryan1-4/+1
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young1-1/+1
2019-08-30clang-format changesskullY1-15/+15
2018-02-08Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo1-2/+3
2017-03-28Clarify the quantum license (#1042)skullydazed1-1/+17
2017-03-02fix 'stop_all_notes' naming to be more consistentGabriel Young1-1/+1
2017-02-25Factor basic note processing into respective processorsGabriel Young1-1/+12
2017-02-19expose midi_configGabriel Young1-0/+18
2017-02-19implement modulationGabriel Young1-200/+1
2017-02-19initial implementation of polyphony using variable length array of notes onGabriel Young1-0/+3
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert1-0/+207