commit: 9dc183afe43ef37dcda66a23d2e151ed629abbf5
parent e7a08ef1a99b407f7326e146239d785e552c9aba
Author: Alex Mayer <amayer5125@gmail.com>
Date: Sun, 9 Jun 2024 13:57:45 -0400
Fix Tri-Layer Keycode Descriptions (#23888)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/features/tri_layer.md b/docs/features/tri_layer.md
@@ -14,8 +14,8 @@ For a detailed explanation of how the layer stack works, check out [Keymap Overv
| Keycode | Alias | Description |
|----------------------|-----------|---------------------------------------------------------------------------------------------------------|
-| `QK_TRI_LAYER_LOWER` | `TL_LOWR` | Momentarily enables the "lower" layer. Enables the "adjust" layer if the "upper" layer is also enabled" |
-| `QK_TRI_LAYER_UPPER` | `TL_UPPR` | Momentarily enables the "upper" layer. Enables the "adjust" layer if the "lower" layer is also enabled" |
+| `QK_TRI_LAYER_LOWER` | `TL_LOWR` | Momentarily enables the "lower" layer. Enables the "adjust" layer if the "upper" layer is also enabled. |
+| `QK_TRI_LAYER_UPPER` | `TL_UPPR` | Momentarily enables the "upper" layer. Enables the "adjust" layer if the "lower" layer is also enabled. |
## Configuration