summaryrefslogtreecommitdiff
path: root/Key-Functions.md
diff options
context:
space:
mode:
authorJack Humbert2017-04-04 19:42:58 -0400
committerJack Humbert2017-04-04 19:42:58 -0400
commit8b218857ed66f9601d430b73a0ad29164ef1606e (patch)
treef238f58b840bc9e3e1ed216da8052e28d16003ab /Key-Functions.md
parent20d69e2ad4d370c929774d028b1248416117080d (diff)
Revert 923d32a0eff175fac8d67574456ad9e1bd2941eb...f39bad2a7dd5d57e4a80dd15dec21826ef7a2a67 on Key Functions
Diffstat (limited to 'Key-Functions.md')
-rw-r--r--Key-Functions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Key-Functions.md b/Key-Functions.md
index 81fcc15ce..6779982c3 100644
--- a/Key-Functions.md
+++ b/Key-Functions.md
@@ -2,7 +2,7 @@
Your keymap can include shortcuts to common operations (called "function actions" in tmk).
-These functions work the same way that their `ACTION_*` functions do - they're just quick aliases. To dig into all of the tmk `ACTION_*` functions, please see the [C macros for action code](https://github.com/qmk/qmk_firmware/wiki#c-macros-for-action-code).
+These functions work the same way that their `ACTION_*` functions do - they're just quick aliases. To dig into all of the tmk `ACTION_*` functions, please see the [TMK documentation](https://github.com/qmk/qmk_firmware/blob/master/doc/keymap.md#2-action).
Instead of using `FNx` when defining `ACTION_*` functions, you can use `F(x)` - the benefit here is being able to use more than 32 function actions (up to 4096), if you happen to need them.