diff options
-rw-r--r-- | docs/he-il/quantum_keycodes.md | 10 | ||||
-rw-r--r-- | docs/keycodes.md | 22 | ||||
-rw-r--r-- | docs/quantum_keycodes.md | 10 |
3 files changed, 12 insertions, 30 deletions
diff --git a/docs/he-il/quantum_keycodes.md b/docs/he-il/quantum_keycodes.md index 3ca545e97..5374fd47a 100644 --- a/docs/he-il/quantum_keycodes.md +++ b/docs/he-il/quantum_keycodes.md | |||
@@ -17,18 +17,8 @@ | |||
17 | |`DEBUG` | |Toggle debug mode | | 17 | |`DEBUG` | |Toggle debug mode | |
18 | |`EEPROM_RESET` |`EEP_RST` |Resets EEPROM state by reinitializing it | | 18 | |`EEPROM_RESET` |`EEP_RST` |Resets EEPROM state by reinitializing it | |
19 | |`KC_GESC` |`GRAVE_ESC`|Escape when tapped, <code>`</code> when pressed with Shift or GUI| | 19 | |`KC_GESC` |`GRAVE_ESC`|Escape when tapped, <code>`</code> when pressed with Shift or GUI| |
20 | |`KC_LSPO` | |Left Shift when held, `(` when tapped | | ||
21 | |`KC_RSPC` | |Right Shift when held, `)` when tapped | | ||
22 | |`KC_LCPO` | |Left Control when held, `(` when tapped | | ||
23 | |`KC_RCPC` | |Right Control when held, `)` when tapped | | ||
24 | |`KC_LAPO` | |Left Alt when held, `(` when tapped | | ||
25 | |`KC_RAPC` | |Right Alt when held, `)` when tapped | | ||
26 | |`KC_SFTENT` | |Right Shift when held, Enter when tapped | | ||
27 | |`KC_LEAD` | |The [Leader key](feature_leader_key.md) | | 20 | |`KC_LEAD` | |The [Leader key](feature_leader_key.md) | |
28 | |`KC_LOCK` | |The [Lock key](feature_key_lock.md) | | 21 | |`KC_LOCK` | |The [Lock key](feature_key_lock.md) | |
29 | |`FUNC(n)` |`F(n)` |Call `fn_action(n)` (deprecated) | | ||
30 | |`M(n)` | |Call macro `n` | | ||
31 | |`MACROTAP(n)` | |Macro-tap `n` idk FIXME | | ||
32 | ``` | 22 | ``` |
33 | 23 | ||
34 | </div> | 24 | </div> |
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>`</code> when pressed with Shift or GUI| | 216 | |`KC_GESC` |`GRAVE_ESC`|Escape when tapped, <code>`</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 | |
diff --git a/docs/quantum_keycodes.md b/docs/quantum_keycodes.md index a2ba34c32..26ce6d244 100644 --- a/docs/quantum_keycodes.md +++ b/docs/quantum_keycodes.md | |||
@@ -14,15 +14,5 @@ On this page we have documented keycodes between `0x00FF` and `0xFFFF` which are | |||
14 | |`DEBUG` | |Toggle debug mode | | 14 | |`DEBUG` | |Toggle debug mode | |
15 | |`EEPROM_RESET` |`EEP_RST` |Resets EEPROM state by reinitializing it | | 15 | |`EEPROM_RESET` |`EEP_RST` |Resets EEPROM state by reinitializing it | |
16 | |`KC_GESC` |`GRAVE_ESC`|Escape when tapped, <code>`</code> when pressed with Shift or GUI| | 16 | |`KC_GESC` |`GRAVE_ESC`|Escape when tapped, <code>`</code> when pressed with Shift or GUI| |
17 | |`KC_LSPO` | |Left Shift when held, `(` when tapped | | ||
18 | |`KC_RSPC` | |Right Shift when held, `)` when tapped | | ||
19 | |`KC_LCPO` | |Left Control when held, `(` when tapped | | ||
20 | |`KC_RCPC` | |Right Control when held, `)` when tapped | | ||
21 | |`KC_LAPO` | |Left Alt when held, `(` when tapped | | ||
22 | |`KC_RAPC` | |Right Alt when held, `)` when tapped | | ||
23 | |`KC_SFTENT` | |Right Shift when held, Enter when tapped | | ||
24 | |`KC_LEAD` | |The [Leader key](feature_leader_key.md) | | 17 | |`KC_LEAD` | |The [Leader key](feature_leader_key.md) | |
25 | |`KC_LOCK` | |The [Lock key](feature_key_lock.md) | | 18 | |`KC_LOCK` | |The [Lock key](feature_key_lock.md) | |
26 | |`FUNC(n)` |`F(n)` |Call `fn_action(n)` (deprecated) | | ||
27 | |`M(n)` | |Call macro `n` | | ||
28 | |`MACROTAP(n)` | |Macro-tap `n` idk FIXME | | ||