aboutsummaryrefslogtreecommitdiff
path: root/docs/keycodes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r--docs/keycodes.md22
1 files changed, 12 insertions, 10 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md
index ae0bfb7af..dd4c4418b 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -214,18 +214,8 @@ This is a reference only. Each group of keys links to the page documenting their
214|`DEBUG` | |Toggle debug mode | 214|`DEBUG` | |Toggle debug mode |
215|`EEPROM_RESET` |`EEP_RST` |Resets EEPROM state by reinitializing it | 215|`EEPROM_RESET` |`EEP_RST` |Resets EEPROM state by reinitializing it |
216|`KC_GESC` |`GRAVE_ESC`|Escape when tapped, <code>&#96;</code> when pressed with Shift or GUI| 216|`KC_GESC` |`GRAVE_ESC`|Escape when tapped, <code>&#96;</code> when pressed with Shift or GUI|
217|`KC_LSPO` | |Left Shift when held, `(` when tapped |
218|`KC_RSPC` | |Right Shift when held, `)` when tapped |
219|`KC_LCPO` | |Left Control when held, `(` when tapped |
220|`KC_RCPC` | |Right Control when held, `)` when tapped |
221|`KC_LAPO` | |Left Alt when held, `(` when tapped |
222|`KC_RAPC` | |Right Alt when held, `)` when tapped |
223|`KC_SFTENT` | |Right Shift when held, Enter when tapped |
224|`KC_LEAD` | |The [Leader key](feature_leader_key.md) | 217|`KC_LEAD` | |The [Leader key](feature_leader_key.md) |
225|`KC_LOCK` | |The [Lock key](feature_key_lock.md) | 218|`KC_LOCK` | |The [Lock key](feature_key_lock.md) |
226|`FUNC(n)` |`F(n)` |Call `fn_action(n)` (deprecated) |
227|`M(n)` | |Call macro `n` |
228|`MACROTAP(n)` | |Macro-tap `n` idk FIXME |
229 219
230## [Audio Keys](feature_audio.md) 220## [Audio Keys](feature_audio.md)
231 221
@@ -461,6 +451,18 @@ This is a reference only. Each group of keys links to the page documenting their
461|`OSM(mod)` |Hold `mod` for one keypress | 451|`OSM(mod)` |Hold `mod` for one keypress |
462|`OSL(layer)`|Switch to `layer` for one keypress| 452|`OSL(layer)`|Switch to `layer` for one keypress|
463 453
454## [Space Cadet](feature_space_cadet.md)
455
456|Key |Description |
457|-----------|----------------------------------------|
458|`KC_LCPO` |Left Control when held, `(` when tapped |
459|`KC_RCPC` |Right Control when held, `)` when tapped|
460|`KC_LSPO` |Left Shift when held, `(` when tapped |
461|`KC_RSPC` |Right Shift when held, `)` when tapped |
462|`KC_LAPO` |Left Alt when held, `(` when tapped |
463|`KC_RAPC` |Right Alt when held, `)` when tapped |
464|`KC_SFTENT`|Right Shift when held, Enter when tapped|
465
464## [Swap Hands](feature_swap_hands.md) 466## [Swap Hands](feature_swap_hands.md)
465 467
466|Key |Description | 468|Key |Description |