diff options
author | xster <xiao@xster.net> | 2019-09-15 02:22:02 -0700 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2019-09-15 19:22:02 +1000 |
commit | 3b4b54f6ed0361e41bd1fb9463539e7b871e6b68 (patch) | |
tree | bb80debe5aff8e663aa9c9c72b917ea973df9d2e /docs/feature_backlight.md | |
parent | 9c280089aaeb15d99773145bf05b7a1cee7a3ec2 (diff) | |
download | qmk_firmware-3b4b54f6ed0361e41bd1fb9463539e7b871e6b68.tar.gz qmk_firmware-3b4b54f6ed0361e41bd1fb9463539e7b871e6b68.zip |
Clarify the backlight_level API doc slightly (#6733)
* Clarify the backlight_level API doc slightly
* review
Diffstat (limited to 'docs/feature_backlight.md')
-rw-r--r-- | docs/feature_backlight.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/feature_backlight.md b/docs/feature_backlight.md index 2d9eea67b..690eb8215 100644 --- a/docs/feature_backlight.md +++ b/docs/feature_backlight.md | |||
@@ -119,7 +119,8 @@ The breathing effect is the same as in the hardware PWM implementation. | |||
119 | |`backlight_step()` |Cycle through backlight levels | | 119 | |`backlight_step()` |Cycle through backlight levels | |
120 | |`backlight_increase()` |Increase the backlight level | | 120 | |`backlight_increase()` |Increase the backlight level | |
121 | |`backlight_decrease()` |Decrease the backlight level | | 121 | |`backlight_decrease()` |Decrease the backlight level | |
122 | |`backlight_level(x)` |Sets the backlight level to specified level | | 122 | |`backlight_level(x)` |Sets the backlight level, from 0 to | |
123 | | |`BACKLIGHT_LEVELS` | | ||
123 | |`get_backlight_level()` |Return the current backlight level | | 124 | |`get_backlight_level()` |Return the current backlight level | |
124 | |`is_backlight_enabled()`|Return whether the backlight is currently on | | 125 | |`is_backlight_enabled()`|Return whether the backlight is currently on | |
125 | 126 | ||