diff options
| author | Alex Ong <the.onga@gmail.com> | 2019-01-04 19:43:45 +1100 |
|---|---|---|
| committer | Alex Ong <the.onga@gmail.com> | 2019-01-04 19:43:45 +1100 |
| commit | 2bb2977c133646c4e056960e72029270d77cc1eb (patch) | |
| tree | 235d491f992121ac1716c5bf2fafb80983748576 /docs/feature_backlight.md | |
| parent | a55c838961c89097ab849ed6cb1f261791e6b9b4 (diff) | |
| parent | 47c91fc7f75ae0a477e55b687aa0fc30da0a283c (diff) | |
| download | qmk_firmware-2bb2977c133646c4e056960e72029270d77cc1eb.tar.gz qmk_firmware-2bb2977c133646c4e056960e72029270d77cc1eb.zip | |
Merge branch 'master' into debounce_refactor
# Conflicts:
# tmk_core/common/keyboard.c
Diffstat (limited to 'docs/feature_backlight.md')
| -rw-r--r-- | docs/feature_backlight.md | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/feature_backlight.md b/docs/feature_backlight.md index 8f883e08f..f7a35406c 100644 --- a/docs/feature_backlight.md +++ b/docs/feature_backlight.md | |||
| @@ -54,14 +54,17 @@ In this handler, the value of an incrementing counter is mapped onto a precomput | |||
| 54 | 54 | ||
| 55 | ## Backlight Functions | 55 | ## Backlight Functions |
| 56 | 56 | ||
| 57 | |Function |Description | | 57 | |Function |Description | |
| 58 | |----------|----------------------------------------------------------| | 58 | |----------|-----------------------------------------------------------| |
| 59 | |`backlight_toggle()` |Turn the backlight on or off | | 59 | |`backlight_toggle()` |Turn the backlight on or off | |
| 60 | |`backlight_step()` |Cycle through backlight levels | | 60 | |`backlight_enable()` |Turn the backlight on | |
| 61 | |`backlight_increase()` |Increase the backlight level | | 61 | |`backlight_disable()` |Turn the backlight off | |
| 62 | |`backlight_decrease()` |Decrease the backlight level | | 62 | |`backlight_step()` |Cycle through backlight levels | |
| 63 | |`backlight_level(x)` |Sets the backlight level to specified level | | 63 | |`backlight_increase()` |Increase the backlight level | |
| 64 | |`get_backlight_level()`|Toggle backlight breathing | | 64 | |`backlight_decrease()` |Decrease the backlight level | |
| 65 | |`backlight_level(x)` |Sets the backlight level to specified level | | ||
| 66 | |`get_backlight_level()` |Return the current backlight level | | ||
| 67 | |`is_backlight_enabled()`|Return whether the backlight is currently on | | ||
| 65 | 68 | ||
| 66 | ### Backlight Breathing Functions | 69 | ### Backlight Breathing Functions |
| 67 | 70 | ||
