mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
comment out unformatted audio/midi sections
This commit is contained in:
parent
0787d70e55
commit
03eb6a3e86
|
@ -44,6 +44,8 @@ Shortcuts for bootmagic options (these work even when bootmagic is off.)
|
||||||
|`MAGIC_UNSWAP_ALT_GUI`/`AG_NORM`|Disable the Alt/GUI switching|
|
|`MAGIC_UNSWAP_ALT_GUI`/`AG_NORM`|Disable the Alt/GUI switching|
|
||||||
|`MAGIC_TOGGLE_NKRO`|Turn NKRO on or off|
|
|`MAGIC_TOGGLE_NKRO`|Turn NKRO on or off|
|
||||||
|
|
||||||
|
<!-- FIXME: this formatting needs work
|
||||||
|
|
||||||
## Audio
|
## Audio
|
||||||
|
|
||||||
```c
|
```c
|
||||||
|
@ -157,6 +159,8 @@ MI_MODSD, // decrease modulation speed
|
||||||
MI_MODSU, // increase modulation speed
|
MI_MODSU, // increase modulation speed
|
||||||
#endif // MIDI_ADVANCED
|
#endif // MIDI_ADVANCED
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
## Backlight
|
## Backlight
|
||||||
|
|
||||||
These keycodes control the backlight. Most keyboards use this for single color in-switch lighting.
|
These keycodes control the backlight. Most keyboards use this for single color in-switch lighting.
|
||||||
|
|
Loading…
Reference in a new issue