aboutsummaryrefslogtreecommitdiffstats
path: root/docs/quantum_keycodes.md
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2020-01-15 01:02:13 +1100
committerJoel Challis <git@zvecr.com>2020-01-14 14:02:13 +0000
commitc7b2d60a2391f64cf2fd1e18266e2df1086815ca (patch)
tree7dbeaf00f80c2ff7b1378c8389c015564052abaf /docs/quantum_keycodes.md
parentc58f7857bdeb5b0c4edbf03abefb9d659c2f3cbd (diff)
downloadfirmware-c7b2d60a2391f64cf2fd1e18266e2df1086815ca.tar.gz
firmware-c7b2d60a2391f64cf2fd1e18266e2df1086815ca.tar.bz2
firmware-c7b2d60a2391f64cf2fd1e18266e2df1086815ca.zip
Move Space Cadet keycodes to their own section in keycode reference (#7889)
Diffstat (limited to 'docs/quantum_keycodes.md')
-rw-r--r--docs/quantum_keycodes.md10
1 files changed, 0 insertions, 10 deletions
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
|`DEBUG` | |Toggle debug mode |
|`EEPROM_RESET` |`EEP_RST` |Resets EEPROM state by reinitializing it |
|`KC_GESC` |`GRAVE_ESC`|Escape when tapped, <code>&#96;</code> when pressed with Shift or GUI|
-|`KC_LSPO` | |Left Shift when held, `(` when tapped |
-|`KC_RSPC` | |Right Shift when held, `)` when tapped |
-|`KC_LCPO` | |Left Control when held, `(` when tapped |
-|`KC_RCPC` | |Right Control when held, `)` when tapped |
-|`KC_LAPO` | |Left Alt when held, `(` when tapped |
-|`KC_RAPC` | |Right Alt when held, `)` when tapped |
-|`KC_SFTENT` | |Right Shift when held, Enter when tapped |
|`KC_LEAD` | |The [Leader key](feature_leader_key.md) |
|`KC_LOCK` | |The [Lock key](feature_key_lock.md) |
-|`FUNC(n)` |`F(n)` |Call `fn_action(n)` (deprecated) |
-|`M(n)` | |Call macro `n` |
-|`MACROTAP(n)` | |Macro-tap `n` idk FIXME |