Skip to content

Commit

Permalink
Fix Tri-Layer Keycode Descriptions (qmk#23888)
Browse files Browse the repository at this point in the history
  • Loading branch information
amayer5125 authored and sqrtnull committed Oct 22, 2024
1 parent fb8f9b5 commit 3554f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/tri_layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3554f6c

Please sign in to comment.