]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix incorrect doctoring in feature.backlight.md (#4244)
authorPhillip Tennen <phillip.ennen@gmail.com>
Fri, 26 Oct 2018 13:59:41 +0000 (15:59 +0200)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Fri, 26 Oct 2018 13:59:41 +0000 (06:59 -0700)
I'm guessing someone deleted a row at some point in the past, but I didn't blame it.

docs/feature_backlight.md

index 8f883e08fb2b7e23d1d141dd3e7b6fec3cec8b98..7bb7e03a89eb222249b2e223a7c1f9706bbe39a7 100644 (file)
@@ -61,7 +61,7 @@ In this handler, the value of an incrementing counter is mapped onto a precomput
 |`backlight_increase()` |Increase the backlight level                 |
 |`backlight_decrease()` |Decrease the backlight level                 |
 |`backlight_level(x)`   |Sets the backlight level to specified level  |
-|`get_backlight_level()`|Toggle backlight breathing                   |
+|`get_backlight_level()`|Return the current backlight level           |
 
 ### Backlight Breathing Functions