]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
correct tilde to grave
authordiscursivemoth <veritas.idolon@gmail.com>
Sun, 13 Aug 2017 19:20:04 +0000 (15:20 -0400)
committerJack Humbert <jack.humb@gmail.com>
Tue, 15 Aug 2017 23:48:58 +0000 (19:48 -0400)
docs/quantum_keycodes.md

index f13801ef59283aeb6c8f5de60f1ba0c4d98e6b67..0f2b8e72fa77ab1adb57beba94a789d0cb519795 100644 (file)
@@ -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)|