diff options
author | QMK Bot <hello@qmk.fm> | 2022-06-14 10:13:29 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-06-14 10:13:29 +0000 |
commit | 84d3575fdba2d4580801c225ab305d410fb61d9e (patch) | |
tree | c9c8ba3c2594a2ac2c7844fcd35029d013db4179 /docs | |
parent | 1706da9054f8c4aa77493062a8937a7b64970a9e (diff) | |
parent | 026d0e8bf1204b9f6bcc34edeaa1cb50d7f054b9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_midi.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/feature_midi.md b/docs/feature_midi.md index 490bf7cc7d..7823b66113 100644 --- a/docs/feature_midi.md +++ b/docs/feature_midi.md @@ -10,6 +10,10 @@ MIDI_ENABLE = yes There are two MIDI systems in QMK: basic and advanced. With basic MIDI you will only be able to send Note On and Note Off messages using the note keycodes, meaning that keycodes like `MI_OCTU` and `MI_OCTD` will not work. Advanced MIDI allows you to do things like octave shifts, channel changes, velocity changes, modulation, and more. +### Caveats + +MIDI requires 2 USB endpoints and as such may not work on some hardware such as V-USB controllers. + ### Basic MIDI To enable basic MIDI, add the following to your `config.h`: |