]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
revert edit
authorJack Humbert <jack.humb@gmail.com>
Sun, 18 Jun 2017 17:28:34 +0000 (13:28 -0400)
committerGitHub <noreply@github.com>
Sun, 18 Jun 2017 17:28:34 +0000 (13:28 -0400)
docs/key_functions.md

index 0c5148e89b7fac4cb32c2009fcb5ebfdb30aebf5..74b80b42f1060962b90aae6ee7b0d085d68568b5 100644 (file)
@@ -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.md).
+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).
 
 ### Switching and toggling layers