]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated Home (markdown)
authorOsamu Aoki <osamuaoki@users.noreply.github.com>
Thu, 30 Mar 2017 15:04:21 +0000 (00:04 +0900)
committerOsamu Aoki <osamuaoki@users.noreply.github.com>
Thu, 30 Mar 2017 15:04:21 +0000 (00:04 +0900)
Home.md

diff --git a/Home.md b/Home.md
index cc7b5463afb64b2cef023884858cdaedb3691a4e..bcf85eaf4feb0f51ad186d5563fffb87c8747c59 100644 (file)
--- 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.