]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/feature_backlight.md
Add support for Atmega32A to pin declarations and universal matrix (#4015)
[qmk_firmware.git] / 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