]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Clarify the backlight_level API doc slightly (#6733)
authorxster <xiao@xster.net>
Sun, 15 Sep 2019 09:22:02 +0000 (02:22 -0700)
committerfauxpark <fauxpark@gmail.com>
Sun, 15 Sep 2019 09:22:02 +0000 (19:22 +1000)
* Clarify the backlight_level API doc slightly

* review

docs/feature_backlight.md

index 2d9eea67bfa79cd547f750133ef16d668c4b17a5..690eb821576fd899fb8e4fb4dc676d6d1bcd6b3d 100644 (file)
@@ -119,7 +119,8 @@ The breathing effect is the same as in the hardware PWM implementation.
 |`backlight_step()`      |Cycle through backlight levels               |
 |`backlight_increase()`  |Increase the backlight level                 |
 |`backlight_decrease()`  |Decrease the backlight level                 |
-|`backlight_level(x)`    |Sets the backlight level to specified level  |
+|`backlight_level(x)`    |Sets the backlight level, from 0 to          |
+|                        |`BACKLIGHT_LEVELS`                           |
 |`get_backlight_level()` |Return the current backlight level           |
 |`is_backlight_enabled()`|Return whether the backlight is currently on |