aboutsummaryrefslogtreecommitdiff
path: root/docs/quantum_keycodes.md
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2017-12-09 16:45:13 +1100
committerJack Humbert <jack.humb@gmail.com>2017-12-09 10:46:11 -0500
commit4c675a83ba1d3561bfd6baad57a250066f5db4d3 (patch)
treec17e42238c29d0ebf9a3f55b2b13a0ac5f3dbae0 /docs/quantum_keycodes.md
parent7b0356d1d49da6574570e110f61f95692afdb3d0 (diff)
downloadqmk_firmware-4c675a83ba1d3561bfd6baad57a250066f5db4d3.tar.gz
qmk_firmware-4c675a83ba1d3561bfd6baad57a250066f5db4d3.zip
Format keycode tables
Diffstat (limited to 'docs/quantum_keycodes.md')
-rw-r--r--docs/quantum_keycodes.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/quantum_keycodes.md b/docs/quantum_keycodes.md
index a2fc16ef7..4b7ee9384 100644
--- a/docs/quantum_keycodes.md
+++ b/docs/quantum_keycodes.md
@@ -8,15 +8,15 @@ On this page we have documented keycodes between `0x00FF` and `0xFFFF` which are
8 8
9## QMK Keycodes 9## QMK Keycodes
10 10
11|Name|Description| 11|Key |Aliases |Description |
12|----|-----------| 12|-------------|-----------|---------------------------------------------------------------------|
13|`RESET`|Put the keyboard into DFU mode for flashing| 13|`RESET` | |Put the keyboard into DFU mode for flashing |
14|`DEBUG`|Toggles debug mode| 14|`DEBUG` | |Toggle debug mode |
15|`KC_GESC`/`GRAVE_ESC`|Acts as escape when pressed normally but when pressed with Shift or GUI will send a ```| 15|`KC_GESC` |`GRAVE_ESC`|Escape when tapped, <code>&#96;</code> when pressed with Shift or GUI|
16|`KC_LSPO`|Left shift when held, open paranthesis when tapped| 16|`KC_LSPO` | |Left Shift when held, `(` when tapped |
17|`KC_RSPC`|Right shift when held, close paranthesis when tapped| 17|`KC_RSPC` | |Right Shift when held, `)` when tapped |
18|`KC_LEAD`|The [leader key](feature_leader_key.md)| 18|`KC_LEAD` | |The [Leader key](feature_leader_key.md) |
19|`KC_LOCK`|The [lock key](feature_key_lock.md)| 19|`KC_LOCK` | |The [Lock key](feature_key_lock.md) |
20|`FUNC(n)`/`F(n)`|Call `fn_action(n)` (deprecated)| 20|`FUNC(n)` |`F(n)` |Call `fn_action(n)` (deprecated) |
21|`M(n)`|to call macro n| 21|`M(n)` | |Call macro `n` |
22|`MACROTAP(n)`|to macro-tap n idk FIXME| 22|`MACROTAP(n)`| |Macro-tap `n` idk FIXME |