summary refs log tree commit diff
path: root/docs/keycodes.md
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2022-11-06 08:11:59 +1100
committerGitHub <noreply@github.com>2022-11-06 08:11:59 +1100
commit219afaba42e6b4384f578977eadbb71a03383ecc (patch)
tree78f7c30b94d9ade9fb84821ed3a3ce463a3afa19 /docs/keycodes.md
parent352beeac2f62edf1f3288a2a7aa0f1e3bafa7dfd (diff)
Reworked backlight keycodes. (#18961)
Co-authored-by: Ryan <fauxpark@gmail.com>
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)
 
 See also: [Backlighting](feature_backlight.md)
 
-|Key      |Description                               |
-|---------|------------------------------------------|
-|`BL_TOGG`|Turn the backlight on or off              |
-|`BL_STEP`|Cycle through backlight levels            |
-|`BL_ON`  |Set the backlight to max brightness       |
-|`BL_OFF` |Turn the backlight off                    |
-|`BL_INC` |Increase the backlight level              |
-|`BL_DEC` |Decrease the backlight level              |
-|`BL_BRTG`|Toggle backlight breathing                |
+| Key                             | Aliases   | Description                         |
+|---------------------------------|-----------|-------------------------------------|
+| `QK_BACKLIGHT_TOGGLE`           | `BL_TOGG` | Turn the backlight on or off        |
+| `QK_BACKLIGHT_STEP`             | `BL_STEP` | Cycle through backlight levels      |
+| `QK_BACKLIGHT_ON`               | `BL_ON`   | Set the backlight to max brightness |
+| `QK_BACKLIGHT_OFF`              | `BL_OFF`  | Turn the backlight off              |
+| `QK_BACKLIGHT_UP`               | `BL_UP`   | Increase the backlight level        |
+| `QK_BACKLIGHT_DOWN`             | `BL_DOWN` | Decrease the backlight level        |
+| `QK_BACKLIGHT_TOGGLE_BREATHING` | `BL_BRTG` | Toggle backlight breathing          |
 
 ## Bluetooth :id=bluetooth