summaryrefslogtreecommitdiff
path: root/docs/keycodes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r--docs/keycodes.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md
index d185fe38c0..03ac181a44 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -278,15 +278,15 @@ See also: [Autocorrect](feature_autocorrect.md)
278 278
279See also: [Backlighting](feature_backlight.md) 279See also: [Backlighting](feature_backlight.md)
280 280
281|Key |Description | 281| Key | Aliases | Description |
282|---------|------------------------------------------| 282|---------------------------------|-----------|-------------------------------------|
283|`BL_TOGG`|Turn the backlight on or off | 283| `QK_BACKLIGHT_TOGGLE` | `BL_TOGG` | Turn the backlight on or off |
284|`BL_STEP`|Cycle through backlight levels | 284| `QK_BACKLIGHT_STEP` | `BL_STEP` | Cycle through backlight levels |
285|`BL_ON` |Set the backlight to max brightness | 285| `QK_BACKLIGHT_ON` | `BL_ON` | Set the backlight to max brightness |
286|`BL_OFF` |Turn the backlight off | 286| `QK_BACKLIGHT_OFF` | `BL_OFF` | Turn the backlight off |
287|`BL_INC` |Increase the backlight level | 287| `QK_BACKLIGHT_UP` | `BL_UP` | Increase the backlight level |
288|`BL_DEC` |Decrease the backlight level | 288| `QK_BACKLIGHT_DOWN` | `BL_DOWN` | Decrease the backlight level |
289|`BL_BRTG`|Toggle backlight breathing | 289| `QK_BACKLIGHT_TOGGLE_BREATHING` | `BL_BRTG` | Toggle backlight breathing |
290 290
291## Bluetooth :id=bluetooth 291## Bluetooth :id=bluetooth
292 292