You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/keycodes.md
+35-8Lines changed: 35 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -404,7 +404,6 @@ See also: [Layer Switching](feature_layers#switching-and-toggling-layers)
404
404
|`DF(layer)`|Set the base (default) layer until the keyboard loses power |
405
405
|`PDF(layer)`|Set the base (default) layer in EEPROM |
406
406
|`MO(layer)`|Momentarily turn on `layer` when pressed (requires `KC_TRNS` on destination layer)|
407
-
|`OSL(layer)`|Momentarily activates `layer` until a key is pressed. See [One Shot Keys](one_shot_keys) for details. |
408
407
|`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](mod_tap). Example Implementation: `LM(LAYER_1, MOD_LALT)`|
409
408
|`LT(layer, kc)`|Turn on `layer` when held, `kc` when tapped |
410
409
|`TG(layer)`|Toggle `layer` on or off |
@@ -817,13 +816,41 @@ See also: [US ANSI Shifted Symbols](keycodes_us_ansi_shifted)
0 commit comments