diff options
author | discursivemoth <veritas.idolon@gmail.com> | 2017-08-13 15:20:04 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-15 19:48:58 -0400 |
commit | b7d43ee25371604929ee87dd7bc17430ff0f7a8c (patch) | |
tree | 036e0b7bb51552c7303c5e32c46e13861a5f2e43 /docs | |
parent | 565c670ca48ac636b3e7625aaba68a01e1d72f78 (diff) | |
download | qmk_firmware-b7d43ee25371604929ee87dd7bc17430ff0f7a8c.tar.gz qmk_firmware-b7d43ee25371604929ee87dd7bc17430ff0f7a8c.zip |
correct tilde to grave
Diffstat (limited to 'docs')
-rw-r--r-- | docs/quantum_keycodes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quantum_keycodes.md b/docs/quantum_keycodes.md index f13801ef59..0f2b8e72fa 100644 --- a/docs/quantum_keycodes.md +++ b/docs/quantum_keycodes.md @@ -10,7 +10,7 @@ On this page we have documented keycodes between `0x00FF` and `0xFFFF` which are |----|-----------| |`RESET`|Put the keyboard into DFU mode for flashing| |`DEBUG`|Toggles debug mode| -|`KC_GESC`/`GRAVE_ESC`|Acts as escape when pressed normally but when pressed with Shift or GUI will send a `~`| +|`KC_GESC`/`GRAVE_ESC`|Acts as escape when pressed normally but when pressed with Shift or GUI will send a ```| |`KC_LSPO`|Left shift when held, open paranthesis when tapped| |`KC_RSPC`|Right shift when held, close paranthesis when tapped| |`KC_LEAD`|The [leader key](leader_key.md)| |