summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsamu Aoki <osamuaoki@users.noreply.github.com>2017-03-31 00:04:21 +0900
committerOsamu Aoki <osamuaoki@users.noreply.github.com>2017-03-31 00:04:21 +0900
commit3627a50e6362bef973cc9b96e2f4a4773722a609 (patch)
treebf465f2cad44d313be32bedd8016159e7e5969f6
parent97d6184ed02e8b0d4fce13e4fc472703c127045a (diff)
Updated Home (markdown)
-rw-r--r--Home.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/Home.md b/Home.md
index cc7b5463af..bcf85eaf4f 100644
--- a/Home.md
+++ b/Home.md
@@ -34,9 +34,11 @@ Please note only up to 32 **action codes** were usable in `fn_actions` array dat
For more details of the `keymaps` array, see [Keymap Overview](Keymap) page.
-## C macro functions for action code
+## C macros for action code
-Basic C macro functions is documented in the [Key Functions](Key-Functions) page.
+Basic "C macros" are documented in the [Key Functions](Key-Functions) page.
+
+> The keyboard [macros](Macros) are completely different concept from the C macros for action code. Please don't get confused.
There are several new standardized support for common operations with new action codes as follows.