diff options
Diffstat (limited to 'docs/feature_audio.md')
-rw-r--r-- | docs/feature_audio.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/feature_audio.md b/docs/feature_audio.md index a39c45687..38861e8c1 100644 --- a/docs/feature_audio.md +++ b/docs/feature_audio.md | |||
@@ -61,9 +61,11 @@ It's advised that you wrap all audio features in `#ifdef AUDIO_ENABLE` / `#endif | |||
61 | 61 | ||
62 | The available keycodes for audio are: | 62 | The available keycodes for audio are: |
63 | 63 | ||
64 | * `AU_ON` - Turn audio mode on | 64 | * `AU_ON` - Turn Audio Feature on |
65 | * `AU_OFF` - Turn audio mode off | 65 | * `AU_OFF` - Turn Audio Feature off |
66 | * `AU_TOG` - Toggle audio mode | 66 | * `AU_TOG` - Toggle Audio Feature state |
67 | |||
68 | !> These keycodes turn all of the audio functionality on and off. Turning it off means that audio feedback, audio clicky, music mode, etc. are disabled, completely. | ||
67 | 69 | ||
68 | ## ARM Audio Volume | 70 | ## ARM Audio Volume |
69 | 71 | ||
@@ -158,7 +160,7 @@ You can configure the default, min and max frequencies, the stepping and built i | |||
158 | 160 | ||
159 | ## MIDI Functionality | 161 | ## MIDI Functionality |
160 | 162 | ||
161 | This is still a WIP, but check out `quantum/keymap_midi.c` to see what's happening. Enable from the Makefile. | 163 | This is still a WIP, but check out `quantum/process_keycode/process_midi.c` to see what's happening. Enable from the Makefile. |
162 | 164 | ||
163 | 165 | ||
164 | ## Audio Keycodes | 166 | ## Audio Keycodes |