X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Fkey_functions.md;h=74b80b42f1060962b90aae6ee7b0d085d68568b5;hb=34c8bf47a76c8a2dcd3b1a19dd608f8fb2fafb31;hp=0c5148e89b7fac4cb32c2009fcb5ebfdb30aebf5;hpb=4217cb5bbcc7df356a084c992b7bd3239fc66390;p=qmk_firmware.git 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)` - ### 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