Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added basic midi documention of common features #13113

Merged
merged 14 commits into from
Jun 7, 2021
1 change: 1 addition & 0 deletions docs/_summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
* [RGB Lighting](feature_rgblight.md)
* [RGB Matrix](feature_rgb_matrix.md)
* [Audio](feature_audio.md)
* [MIDI](feature_midi.md)
wxyangf marked this conversation as resolved.
Show resolved Hide resolved
* [Bluetooth](feature_bluetooth.md)
* [Bootmagic](feature_bootmagic.md)
* [Custom Matrix](custom_matrix.md)
Expand Down
3 changes: 1 addition & 2 deletions docs/feature_audio.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,7 @@ You can configure the default, min and max frequencies, the stepping and built i

## MIDI Functionality

This is still a WIP, but check out `quantum/process_keycode/process_midi.c` to see what's happening. Enable from the Makefile.

See [MIDI](feature_midi.md)
fauxpark marked this conversation as resolved.
Show resolved Hide resolved

## Audio Keycodes

Expand Down
Loading