diff options
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r-- | docs/keycodes.md | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index 0f7968e7d..dad645cf0 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
@@ -368,14 +368,15 @@ This is a reference only. Each group of keys links to the page documenting their | |||
368 | 368 | ||
369 | ## [Switching and Toggling Layers](feature_advanced_keycodes.md#switching-and-toggling-layers) | 369 | ## [Switching and Toggling Layers](feature_advanced_keycodes.md#switching-and-toggling-layers) |
370 | 370 | ||
371 | |Key |Description | | 371 | |Key |Description | |
372 | |---------------|----------------------------------------------------------------------------------| | 372 | |----------------|----------------------------------------------------------------------------------| |
373 | |`LT(layer, kc)`|Turn on `layer` when held, `kc` when tapped | | 373 | |`LT(layer, kc)` |Turn on `layer` when held, `kc` when tapped | |
374 | |`TO(layer)` |Turn on `layer` when pressed | | 374 | |`TO(layer)` |Turn on `layer` when pressed | |
375 | |`MO(layer)` |Momentarily turn on `layer` when pressed (requires `KC_TRNS` on destination layer)| | 375 | |`MO(layer)` |Momentarily turn on `layer` when pressed (requires `KC_TRNS` on destination layer)| |
376 | |`DF(layer)` |Set the base (default) layer | | 376 | |`DF(layer)` |Set the base (default) layer | |
377 | |`TG(layer)` |Toggle `layer` on or off | | 377 | |`TG(layer)` |Toggle `layer` on or off | |
378 | |`TT(layer)` |Tap toggle? idk FIXME | | 378 | |`TT(layer)` |Normally acts like MO unless it's tapped multiple times, which toggles `layer` on | |
379 | |`LM(layer, mod)`|Momentarily turn on `layer` (like MO) with `mod` active as well. | | ||
379 | 380 | ||
380 | ## [One Shot Keys](quantum_keycodes.md#one-shot-keys) | 381 | ## [One Shot Keys](quantum_keycodes.md#one-shot-keys) |
381 | 382 | ||