From: xster Date: Sun, 15 Sep 2019 09:22:02 +0000 (-0700) Subject: Clarify the backlight_level API doc slightly (#6733) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3b4b54f6ed0361e41bd1fb9463539e7b871e6b68;p=qmk_firmware.git Clarify the backlight_level API doc slightly (#6733) * Clarify the backlight_level API doc slightly * review --- 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. |`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 |