diff options
| -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 5e2de6d04..8fa6e944f 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 | |||
| 68 | * `#define C6_AUDIO` | 68 | * `#define C6_AUDIO` |
| 69 | * enables audio on pin C6 | 69 | * enables audio on pin C6 |
| 70 | * `#define B5_AUDIO` | 70 | * `#define B5_AUDIO` |
| 71 | * 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) | 71 | * 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) |
| 72 | * `#define B6_AUDIO` | 72 | * `#define B6_AUDIO` |
| 73 | * 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) | 73 | * 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) |
| 74 | * `#define B7_AUDIO` | 74 | * `#define B7_AUDIO` |
| 75 | * 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) | 75 | * 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) |
| 76 | * `#define BACKLIGHT_PIN B7` | 76 | * `#define BACKLIGHT_PIN B7` |
| 77 | * pin of the backlight - B5, B6, B7 use PWM, others use softPWM | 77 | * pin of the backlight - B5, B6, B7 use PWM, others use softPWM |
| 78 | * `#define BACKLIGHT_LEVELS 3` | 78 | * `#define BACKLIGHT_LEVELS 3` |
