diff options
author | skullY <skullydazed@gmail.com> | 2017-07-07 13:28:31 -0700 |
---|---|---|
committer | skullY <skullydazed@gmail.com> | 2017-07-07 13:28:31 -0700 |
commit | 03eb6a3e86ad1ff70d7b82250f03ceb8e2cf239b (patch) | |
tree | dc4af295e0956f1e263cc3b02d5928360ccfdf77 /docs/quantum_keycodes.md | |
parent | 0787d70e55a668244445d9328f3cda2303cc6877 (diff) | |
download | qmk_firmware-03eb6a3e86ad1ff70d7b82250f03ceb8e2cf239b.tar.gz qmk_firmware-03eb6a3e86ad1ff70d7b82250f03ceb8e2cf239b.zip |
comment out unformatted audio/midi sections
Diffstat (limited to 'docs/quantum_keycodes.md')
-rw-r--r-- | docs/quantum_keycodes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/quantum_keycodes.md b/docs/quantum_keycodes.md index a59d8fbc8..36dbda7a9 100644 --- a/docs/quantum_keycodes.md +++ b/docs/quantum_keycodes.md | |||
@@ -44,6 +44,8 @@ Shortcuts for bootmagic options (these work even when bootmagic is off.) | |||
44 | |`MAGIC_UNSWAP_ALT_GUI`/`AG_NORM`|Disable the Alt/GUI switching| | 44 | |`MAGIC_UNSWAP_ALT_GUI`/`AG_NORM`|Disable the Alt/GUI switching| |
45 | |`MAGIC_TOGGLE_NKRO`|Turn NKRO on or off| | 45 | |`MAGIC_TOGGLE_NKRO`|Turn NKRO on or off| |
46 | 46 | ||
47 | <!-- FIXME: this formatting needs work | ||
48 | |||
47 | ## Audio | 49 | ## Audio |
48 | 50 | ||
49 | ```c | 51 | ```c |
@@ -157,6 +159,8 @@ MI_MODSD, // decrease modulation speed | |||
157 | MI_MODSU, // increase modulation speed | 159 | MI_MODSU, // increase modulation speed |
158 | #endif // MIDI_ADVANCED | 160 | #endif // MIDI_ADVANCED |
159 | 161 | ||
162 | --> | ||
163 | |||
160 | ## Backlight | 164 | ## Backlight |
161 | 165 | ||
162 | These keycodes control the backlight. Most keyboards use this for single color in-switch lighting. | 166 | These keycodes control the backlight. Most keyboards use this for single color in-switch lighting. |