Skip to content

Commit

Permalink
Clarify the backlight_level API doc slightly (qmk#6733)
Browse files Browse the repository at this point in the history
* Clarify the backlight_level API doc slightly

* review
  • Loading branch information
xster authored and fauxpark committed Sep 15, 2019
1 parent 9c28008 commit 3b4b54f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/feature_backlight.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 3b4b54f

Please sign in to comment.