summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-18 19:26:20 +0200
committerGitHub <noreply@github.com>2017-06-18 19:26:20 +0200
commit4217cb5bbcc7df356a084c992b7bd3239fc66390 (patch)
tree9bb9b1f029695059c2ca600e8ef67e8611319038 /docs
parent517f75d893253e448105401ac638257841ad9e97 (diff)
downloadqmk_firmware-4217cb5bbcc7df356a084c992b7bd3239fc66390.tar.gz
qmk_firmware-4217cb5bbcc7df356a084c992b7bd3239fc66390.tar.xz
Update key_functions.md
Diffstat (limited to 'docs')
-rw-r--r--docs/key_functions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/key_functions.md b/docs/key_functions.md
index 74b80b42f..0c5148e89 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)` -
### Limits of these aliases
-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).
+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).
### Switching and toggling layers