diff options
Diffstat (limited to 'docs/quantum_keycodes.md')
| -rw-r--r-- | docs/quantum_keycodes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quantum_keycodes.md b/docs/quantum_keycodes.md index 2e17ae4b7..a5160bf94 100644 --- a/docs/quantum_keycodes.md +++ b/docs/quantum_keycodes.md | |||
| @@ -15,8 +15,8 @@ On this page we have documented keycodes between `0x00FF` and `0xFFFF` which are | |||
| 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`|Acts as escape when pressed normally but when pressed with Shift or GUI will send a ```| |
| 16 | |`KC_LSPO`|Left shift when held, open paranthesis when tapped| | 16 | |`KC_LSPO`|Left shift when held, open paranthesis when tapped| |
| 17 | |`KC_RSPC`|Right shift when held, close paranthesis when tapped| | 17 | |`KC_RSPC`|Right shift when held, close paranthesis when tapped| |
| 18 | |`KC_LEAD`|The [leader key](leader_key.md)| | 18 | |`KC_LEAD`|The [leader key](feature_leader_key.md)| |
| 19 | |`KC_LOCK`|The [lock key](key_lock.md)| | 19 | |`KC_LOCK`|The [lock key](key_lock.md)| |
| 20 | |`FUNC(n)`/`F(n)`|Call `fn_action(n)`| | 20 | |`FUNC(n)`/`F(n)`|Call `fn_action(n)` (deprecated)| |
| 21 | |`M(n)`|to call macro n| | 21 | |`M(n)`|to call macro n| |
| 22 | |`MACROTAP(n)`|to macro-tap n idk FIXME| | 22 | |`MACROTAP(n)`|to macro-tap n idk FIXME| |
