diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2017-10-24 20:34:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 20:34:28 -0700 |
commit | 67cc5cebc0430d15169e2c649ea25112a31bfa31 (patch) | |
tree | f90f432a40b1d03ec7b9e68666c2444f2b2d0e79 /docs/quantum_keycodes.md | |
parent | 8892c50336fe49fbd3524ed44f2139074dca5ba6 (diff) | |
download | qmk_firmware-67cc5cebc0430d15169e2c649ea25112a31bfa31.tar.gz |
Restructure the hardware and feature docs to make things easier to find (#1888)
* fix #1313 by documenting more config.h options
* Clean up and organize documentation
Diffstat (limited to 'docs/quantum_keycodes.md')
-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 a5160bf94..c92dff787 100644 --- a/docs/quantum_keycodes.md +++ b/docs/quantum_keycodes.md @@ -16,7 +16,7 @@ On this page we have documented keycodes between `0x00FF` and `0xFFFF` which are |`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](feature_leader_key.md)| -|`KC_LOCK`|The [lock key](key_lock.md)| +|`KC_LOCK`|The [lock key](feature_key_lock.md)| |`FUNC(n)`/`F(n)`|Call `fn_action(n)` (deprecated)| |`M(n)`|to call macro n| |`MACROTAP(n)`|to macro-tap n idk FIXME| |