Skip to content

Commit

Permalink
Fix incorrect doctoring in feature.backlight.md (qmk#4244)
Browse files Browse the repository at this point in the history
I'm guessing someone deleted a row at some point in the past, but I didn't blame it.
  • Loading branch information
codyd51 authored and rseymour committed Mar 13, 2019
1 parent 0e8abc6 commit 1806c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_backlight.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1806c55

Please sign in to comment.