summaryrefslogtreecommitdiff
path: root/docs/feature_backlight.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/feature_backlight.md')
-rw-r--r--docs/feature_backlight.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/feature_backlight.md b/docs/feature_backlight.md
index 79782cf564..24057c608f 100644
--- a/docs/feature_backlight.md
+++ b/docs/feature_backlight.md
@@ -16,15 +16,15 @@ BACKLIGHT_ENABLE = yes
16 16
17Once enabled, the following keycodes below can be used to change the backlight level. 17Once enabled, the following keycodes below can be used to change the backlight level.
18 18
19|Key |Description | 19| Key | Aliases | Description |
20|---------|-----------------------------------| 20|---------------------------------|-----------|-------------------------------------|
21|`BL_TOGG`|Turn the backlight on or off | 21| `QK_BACKLIGHT_TOGGLE` | `BL_TOGG` | Turn the backlight on or off |
22|`BL_STEP`|Cycle through backlight levels | 22| `QK_BACKLIGHT_STEP` | `BL_STEP` | Cycle through backlight levels |
23|`BL_ON` |Set the backlight to max brightness| 23| `QK_BACKLIGHT_ON` | `BL_ON` | Set the backlight to max brightness |
24|`BL_OFF` |Turn the backlight off | 24| `QK_BACKLIGHT_OFF` | `BL_OFF` | Turn the backlight off |
25|`BL_INC` |Increase the backlight level | 25| `QK_BACKLIGHT_UP` | `BL_UP` | Increase the backlight level |
26|`BL_DEC` |Decrease the backlight level | 26| `QK_BACKLIGHT_DOWN` | `BL_DOWN` | Decrease the backlight level |
27|`BL_BRTG`|Toggle backlight breathing | 27| `QK_BACKLIGHT_TOGGLE_BREATHING` | `BL_BRTG` | Toggle backlight breathing |
28 28
29## Functions :id=functions 29## Functions :id=functions
30 30