diff options
author | noroadsleft <xxiinophobia@yahoo.com> | 2019-02-20 11:45:36 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-20 12:06:15 -0800 |
commit | eb7a821c5bc345ea64a1eb08c19b852516ba4696 (patch) | |
tree | 0653008bd66bd0769339e1f089f34b86477a59ad /docs | |
parent | b6e1e6aeeb2e2affce36a302ae0e14c07c8772c8 (diff) | |
download | qmk_firmware-eb7a821c5bc345ea64a1eb08c19b852516ba4696.tar.gz qmk_firmware-eb7a821c5bc345ea64a1eb08c19b852516ba4696.zip |
Markdown cleanup on Config Options doc
Descriptions for B5_AUDIO, B6_AUDIO, and B7_AUDIO under Hardware Options were partially italicized when parsed by Docsify, though rendered as intended by GitHub.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config_options.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index 5e2de6d048..8fa6e944f0 100644 --- a/docs/config_options.md +++ b/docs/config_options.md @@ -68,11 +68,11 @@ This is a C header file that is one of the first things included, and will persi * `#define C6_AUDIO` * enables audio on pin C6 * `#define B5_AUDIO` - * enables audio on pin B5 (duophony is enables if one of B[5-7]_AUDIO is enabled along with one of C[4-6]_AUDIO) + * enables audio on pin B5 (duophony is enables if one of B[5-7]\_AUDIO is enabled along with one of C[4-6]\_AUDIO) * `#define B6_AUDIO` - * enables audio on pin B6 (duophony is enables if one of B[5-7]_AUDIO is enabled along with one of C[4-6]_AUDIO) + * enables audio on pin B6 (duophony is enables if one of B[5-7]\_AUDIO is enabled along with one of C[4-6]\_AUDIO) * `#define B7_AUDIO` - * enables audio on pin B7 (duophony is enables if one of B[5-7]_AUDIO is enabled along with one of C[4-6]_AUDIO) + * enables audio on pin B7 (duophony is enables if one of B[5-7]\_AUDIO is enabled along with one of C[4-6]\_AUDIO) * `#define BACKLIGHT_PIN B7` * pin of the backlight - B5, B6, B7 use PWM, others use softPWM * `#define BACKLIGHT_LEVELS 3` |