diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_audio.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/feature_audio.md b/docs/feature_audio.md index 6b991a9afd..c7133b295d 100644 --- a/docs/feature_audio.md +++ b/docs/feature_audio.md @@ -82,6 +82,10 @@ The pitch standard (`PITCH_STANDARD_A`) is 440.0f by default - to change this, a #define PITCH_STANDARD_A 432.0f +You can completely disable Music Mode as well. This is useful, if you're pressed for space on your controller. To disable it, add this to your `confid.h`: + + #define NO_MUSIC_MODE + ## MIDI Functionality This is still a WIP, but check out `quantum/keymap_midi.c` to see what's happening. Enable from the Makefile. |