index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
process_keycode
/
process_midi.c
Age
Commit message (
Expand
)
Author
2018-02-08
Merge ChibiOS and LUFA descriptor support (#2362)
fredizzimo
2017-03-28
Clarify the quantum license (#1042)
skullydazed
2017-03-02
fix 'stop_all_notes' naming to be more consistent
Gabriel Young
2017-02-25
Factor basic note processing into respective processors
Gabriel Young
2017-02-25
Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED
Gabriel Young
2017-02-19
Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)
Gabriel Young
2017-02-19
expose midi_config
Gabriel Young
2017-02-19
add keycodes for transpose range
Gabriel Young
2017-02-19
implement modulation
Gabriel Young
2017-02-19
add support for pedal cc messages
Gabriel Young
2017-02-19
remove disabled code
Gabriel Young
2017-02-19
Alternative version with a tone array
Gabriel Young
2017-02-19
clean up commented code
Gabriel Young
2017-02-19
initial implementation of polyphony using variable length array of notes on
Gabriel Young
2016-09-29
Missing ifdef statement
Adam Gausmann
2016-07-24
Fixes midi functionality
Jack Humbert
2016-06-29
Moves features to their own files (process_*), adds tap dance feature (#460)
Jack Humbert