From 859c2b612dc2ec4841096054e41cdc2372190466 Mon Sep 17 00:00:00 2001 From: daskygit Date: Tue, 14 Jun 2022 10:14:49 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=20026d0e8bf1204b9f6bcc34edeaa1cb50d7f054b9=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_midi.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/feature_midi.md b/feature_midi.md index 490bf7cc7d..7823b66113 100644 --- a/feature_midi.md +++ b/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`: