diff options
Diffstat (limited to 'docs/getting_started_make_guide.md')
-rw-r--r-- | docs/getting_started_make_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started_make_guide.md b/docs/getting_started_make_guide.md index 75eafd42c..4fe3f184d 100644 --- a/docs/getting_started_make_guide.md +++ b/docs/getting_started_make_guide.md | |||
@@ -83,7 +83,7 @@ This allows the keyboard to tell the host OS that up to 248 keys are held down a | |||
83 | 83 | ||
84 | `BACKLIGHT_ENABLE` | 84 | `BACKLIGHT_ENABLE` |
85 | 85 | ||
86 | This enables your backlight on Timer1 and ports B5, B6, or B7 (for now). You can specify your port by putting this in your `config.h`: | 86 | This enables the in-switch LED backlighting. You can specify the backlight pin by putting this in your `config.h`: |
87 | 87 | ||
88 | #define BACKLIGHT_PIN B7 | 88 | #define BACKLIGHT_PIN B7 |
89 | 89 | ||