diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-18 13:28:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-18 13:28:34 -0400 |
commit | 621ae42a6cb9f96b8c02a0094b36daf125c4e6ca (patch) | |
tree | d06edd04812ad134aae6d470725fbac5205499b4 | |
parent | 4217cb5bbcc7df356a084c992b7bd3239fc66390 (diff) | |
download | qmk_firmware-621ae42a6cb9f96b8c02a0094b36daf125c4e6ca.tar.gz qmk_firmware-621ae42a6cb9f96b8c02a0094b36daf125c4e6ca.zip |
revert edit
-rw-r--r-- | docs/key_functions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/key_functions.md b/docs/key_functions.md index 0c5148e89..74b80b42f 100644 --- a/docs/key_functions.md +++ b/docs/key_functions.md | |||
@@ -8,7 +8,7 @@ Instead of using `FNx` when defining `ACTION_*` functions, you can use `F(x)` - | |||
8 | 8 | ||
9 | ### Limits of these aliases | 9 | ### Limits of these aliases |
10 | 10 | ||
11 | Currently, the keycodes able to used with these functions are limited to the TMK ones, meaning you can't use keycodes like `KC_TILD`, or anything greater than 0xFF. For a full list of the keycodes able to be used, [see this list](keycode.md). | 11 | Currently, the keycodes able to used with these functions are limited to the TMK ones, meaning you can't use keycodes like `KC_TILD`, or anything greater than 0xFF. For a full list of the keycodes able to be used, [see this list](keycode.txt). |
12 | 12 | ||
13 | ### Switching and toggling layers | 13 | ### Switching and toggling layers |
14 | 14 | ||