diff options
| author | QMK Bot <hello@qmk.fm> | 2021-05-22 05:43:00 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-05-22 05:43:00 +0000 |
| commit | c01f873978f02d61f4ce1b01f21687f24ad328de (patch) | |
| tree | f8759d60a481940af8ad5084946725a17eae1dce | |
| parent | 924c25e702267e8326a7f6764cea13ba6344278a (diff) | |
| parent | f173963d953be15dc192256a2626f420b760d933 (diff) | |
| download | qmk_firmware-c01f873978f02d61f4ce1b01f21687f24ad328de.tar.gz qmk_firmware-c01f873978f02d61f4ce1b01f21687f24ad328de.zip | |
Merge remote-tracking branch 'origin/master' into develop
| -rw-r--r-- | docs/config_options.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index aeaaf47aa..d0f0b316e 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
| @@ -78,10 +78,10 @@ This is a C header file that is one of the first things included, and will persi | |||
| 78 | * enables audio on pin B5 (duophony is enabled if one of B pins is enabled along with one of C pins) | 78 | * enables audio on pin B5 (duophony is enabled if one of B pins is enabled along with one of C pins) |
| 79 | * Deprecated. Use `#define AUDIO_PIN B5`, or use `#define AUDIO_PIN_ALT B5` if a `C` pin is enabled with `AUDIO_PIN` | 79 | * Deprecated. Use `#define AUDIO_PIN B5`, or use `#define AUDIO_PIN_ALT B5` if a `C` pin is enabled with `AUDIO_PIN` |
| 80 | * `#define B6_AUDIO` | 80 | * `#define B6_AUDIO` |
| 81 | * enables audio on pin B5 (duophony is enabled if one of B pins is enabled along with one of C pins) | 81 | * enables audio on pin B6 (duophony is enabled if one of B pins is enabled along with one of C pins) |
| 82 | * Deprecated. Use `#define AUDIO_PIN B6`, or use `#define AUDIO_PIN_ALT B6` if a `C` pin is enabled with `AUDIO_PIN` | 82 | * Deprecated. Use `#define AUDIO_PIN B6`, or use `#define AUDIO_PIN_ALT B6` if a `C` pin is enabled with `AUDIO_PIN` |
| 83 | * `#define B7_AUDIO` | 83 | * `#define B7_AUDIO` |
| 84 | * enables audio on pin B5 (duophony is enabled if one of B pins is enabled along with one of C pins) | 84 | * enables audio on pin B7 (duophony is enabled if one of B pins is enabled along with one of C pins) |
| 85 | * Deprecated. Use `#define AUDIO_PIN B7`, or use `#define AUDIO_PIN_ALT B7` if a `C` pin is enabled with `AUDIO_PIN` | 85 | * Deprecated. Use `#define AUDIO_PIN B7`, or use `#define AUDIO_PIN_ALT B7` if a `C` pin is enabled with `AUDIO_PIN` |
| 86 | * `#define BACKLIGHT_PIN B7` | 86 | * `#define BACKLIGHT_PIN B7` |
| 87 | * pin of the backlight | 87 | * pin of the backlight |
