aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/quantum_keycodes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quantum_keycodes.md b/docs/quantum_keycodes.md
index f13801ef5..0f2b8e72f 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
10|----|-----------| 10|----|-----------|
11|`RESET`|Put the keyboard into DFU mode for flashing| 11|`RESET`|Put the keyboard into DFU mode for flashing|
12|`DEBUG`|Toggles debug mode| 12|`DEBUG`|Toggles debug mode|
13|`KC_GESC`/`GRAVE_ESC`|Acts as escape when pressed normally but when pressed with Shift or GUI will send a `~`| 13|`KC_GESC`/`GRAVE_ESC`|Acts as escape when pressed normally but when pressed with Shift or GUI will send a ```|
14|`KC_LSPO`|Left shift when held, open paranthesis when tapped| 14|`KC_LSPO`|Left shift when held, open paranthesis when tapped|
15|`KC_RSPC`|Right shift when held, close paranthesis when tapped| 15|`KC_RSPC`|Right shift when held, close paranthesis when tapped|
16|`KC_LEAD`|The [leader key](leader_key.md)| 16|`KC_LEAD`|The [leader key](leader_key.md)|