correct tilde to grave

This commit is contained in:
discursivemoth 2017-08-13 15:20:04 -04:00 committed by Jack Humbert
parent 565c670ca4
commit b7d43ee253
1 changed files with 1 additions and 1 deletions

View 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)|