diff options
author | Phillip Tennen <phillip.ennen@gmail.com> | 2018-10-26 15:59:41 +0200 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-10-26 06:59:41 -0700 |
commit | fa1ac4d7242a0f3944d71b58926ff2a1ce73c96b (patch) | |
tree | b9500a73037d457e4074fcb2be40bdff1de449cb /docs/feature_backlight.md | |
parent | fc1e22ea94146d090af5b47a51fcc07cac7e677c (diff) | |
download | qmk_firmware-fa1ac4d7242a0f3944d71b58926ff2a1ce73c96b.tar.gz qmk_firmware-fa1ac4d7242a0f3944d71b58926ff2a1ce73c96b.zip |
Fix incorrect doctoring in feature.backlight.md (#4244)
I'm guessing someone deleted a row at some point in the past, but I didn't blame it.
Diffstat (limited to 'docs/feature_backlight.md')
-rw-r--r-- | docs/feature_backlight.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_backlight.md b/docs/feature_backlight.md index 8f883e08f..7bb7e03a8 100644 --- a/docs/feature_backlight.md +++ b/docs/feature_backlight.md | |||
@@ -61,7 +61,7 @@ In this handler, the value of an incrementing counter is mapped onto a precomput | |||
61 | |`backlight_increase()` |Increase the backlight level | | 61 | |`backlight_increase()` |Increase the backlight level | |
62 | |`backlight_decrease()` |Decrease the backlight level | | 62 | |`backlight_decrease()` |Decrease the backlight level | |
63 | |`backlight_level(x)` |Sets the backlight level to specified level | | 63 | |`backlight_level(x)` |Sets the backlight level to specified level | |
64 | |`get_backlight_level()`|Toggle backlight breathing | | 64 | |`get_backlight_level()`|Return the current backlight level | |
65 | 65 | ||
66 | ### Backlight Breathing Functions | 66 | ### Backlight Breathing Functions |
67 | 67 | ||