diff options
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r-- | docs/keycodes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index 3ff87856e..bd4dd61a5 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
@@ -298,7 +298,7 @@ This is a reference only. Each group of keys links to the page documenting their | |||
298 | |`LM(layer, mod)`|Momentarily turn on `layer` (like MO) with `mod` active as well. Where `mod` is a mods_bit. Mods can be viewed [here](https://docs.qmk.fm/#/feature_advanced_keycodes?id=mod-tap). Example Implementation: `LM(LAYER_1, MOD_LALT)`| | 298 | |`LM(layer, mod)`|Momentarily turn on `layer` (like MO) with `mod` active as well. Where `mod` is a mods_bit. Mods can be viewed [here](https://docs.qmk.fm/#/feature_advanced_keycodes?id=mod-tap). Example Implementation: `LM(LAYER_1, MOD_LALT)`| |
299 | |`LT(layer, kc)` |Turn on `layer` when held, `kc` when tapped | | 299 | |`LT(layer, kc)` |Turn on `layer` when held, `kc` when tapped | |
300 | |`TG(layer)` |Toggle `layer` on or off | | 300 | |`TG(layer)` |Toggle `layer` on or off | |
301 | |`TO(layer)` |Turn on `layer` when pressed | | 301 | |`TO(layer)` |Turns on `layer` and turns off all other layers, except the default layer | |
302 | |`TT(layer)` |Normally acts like MO unless it's tapped multiple times, which toggles `layer` on | | 302 | |`TT(layer)` |Normally acts like MO unless it's tapped multiple times, which toggles `layer` on | |
303 | 303 | ||
304 | ## [Mouse Keys](feature_mouse_keys.md) | 304 | ## [Mouse Keys](feature_mouse_keys.md) |