mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
Clarify the backlight_level API doc slightly (#6733)
* Clarify the backlight_level API doc slightly * review
This commit is contained in:
parent
9c280089aa
commit
3b4b54f6ed
1 changed files with 2 additions and 1 deletions
|
@ -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 |
|
||||
|
||||
|
|
Loading…
Reference in a new issue