diff options
Diffstat (limited to 'docs/feature_backlight.md')
-rw-r--r-- | docs/feature_backlight.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/feature_backlight.md b/docs/feature_backlight.md index f7a35406c..c7a1f131e 100644 --- a/docs/feature_backlight.md +++ b/docs/feature_backlight.md | |||
@@ -40,6 +40,7 @@ To change the behaviour of the backlighting, `#define` these in your `config.h`: | |||
40 | |---------------------|-------------|-------------------------------------------------------------------------------------------------------------| | 40 | |---------------------|-------------|-------------------------------------------------------------------------------------------------------------| |
41 | |`BACKLIGHT_PIN` |`B7` |The pin that controls the LEDs. Unless you are designing your own keyboard, you shouldn't need to change this| | 41 | |`BACKLIGHT_PIN` |`B7` |The pin that controls the LEDs. Unless you are designing your own keyboard, you shouldn't need to change this| |
42 | |`BACKLIGHT_LEVELS` |`3` |The number of brightness levels (maximum 15 excluding off) | | 42 | |`BACKLIGHT_LEVELS` |`3` |The number of brightness levels (maximum 15 excluding off) | |
43 | |`BACKLIGHT_CAPS_LOCK`|*Not defined*|Enable Caps Lock indicator using backlight (for keyboards without dedicated LED) | | ||
43 | |`BACKLIGHT_BREATHING`|*Not defined*|Enable backlight breathing, if hardware PWM is used | | 44 | |`BACKLIGHT_BREATHING`|*Not defined*|Enable backlight breathing, if hardware PWM is used | |
44 | |`BREATHING_PERIOD` |`6` |The length of one backlight "breath" in seconds | | 45 | |`BREATHING_PERIOD` |`6` |The length of one backlight "breath" in seconds | |
45 | 46 | ||