summaryrefslogtreecommitdiffstats
path: root/Home.md
diff options
context:
space:
mode:
authorOsamu Aoki <osamuaoki@users.noreply.github.com>2017-03-30 17:39:20 +0200
committerOsamu Aoki <osamuaoki@users.noreply.github.com>2017-03-30 17:39:20 +0200
commitd029e232601716891d8532d9662ce6edad3c64a2 (patch)
tree65331ea71f5835b8e28d3955da8bdb2e88f0a78c /Home.md
parentf39bad2a7dd5d57e4a80dd15dec21826ef7a2a67 (diff)
downloadqmk_firmware-d029e232601716891d8532d9662ce6edad3c64a2.tar.gz
qmk_firmware-d029e232601716891d8532d9662ce6edad3c64a2.tar.xz
Updated Home (markdown)
Diffstat (limited to 'Home.md')
-rw-r--r--Home.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Home.md b/Home.md
index c1cac8920..483f8ce6c 100644
--- a/Home.md
+++ b/Home.md
@@ -30,7 +30,7 @@ The **action code** is a 16 bit data and organized carefully to represent common
For example, the keycode `KC_8` as an element of your `keymaps` array data is for generating keystroke of "8". The action code `SHFT(KC_8)` an element of your `keymaps` array data is for generating key stroke of "*" which is "8" key shifted.
-Please note only up to 32 **action codes** were usable in `fn_actions` array data and accessed via special keycodes (`KC_FN0` to `KC_FN31`) in `keymaps` array data in tmk.
+> In tmk, only up to 32 **action codes** are usable in `fn_actions` array data which is accessed via 32 special keycodes (`KC_FN0` to `KC_FN31`) in `keymaps` array data.
For more details of the `keymaps` array, see [Keymap Overview](Keymap) page.