summaryrefslogtreecommitdiffstats
path: root/Key-Functions.md
diff options
context:
space:
mode:
authorOsamu Aoki <osamuaoki@users.noreply.github.com>2017-03-30 17:35:50 +0200
committerOsamu Aoki <osamuaoki@users.noreply.github.com>2017-03-30 17:35:50 +0200
commitf39bad2a7dd5d57e4a80dd15dec21826ef7a2a67 (patch)
tree88866cd531fdfb46b9d4e2012e6c12e22513854a /Key-Functions.md
parent46977da4177450bad4f807e3bb36aa59c5c6079f (diff)
downloadqmk_firmware-f39bad2a7dd5d57e4a80dd15dec21826ef7a2a67.tar.gz
qmk_firmware-f39bad2a7dd5d57e4a80dd15dec21826ef7a2a67.tar.xz
Updated Key Functions (markdown)
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 6779982c3..81fcc15ce 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 [TMK documentation](https://github.com/qmk/qmk_firmware/blob/master/doc/keymap.md#2-action).
+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).
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.