diff options
author | tmk <tmk@users.noreply.github.com> | 2015-10-05 04:05:56 +0900 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2015-10-05 04:05:56 +0900 |
commit | 7328ba0f3b3f6f65ae4b1d918cdb834fb54d83be (patch) | |
tree | e5c7b3688c117bd67be1c63a67ba3009cf1fc412 /FAQ-Keymap.md | |
parent | 9d25855bb03ea21a1a03c1e300f6bb4cd165ab45 (diff) | |
download | qmk_firmware-7328ba0f3b3f6f65ae4b1d918cdb834fb54d83be.tar.gz qmk_firmware-7328ba0f3b3f6f65ae4b1d918cdb834fb54d83be.zip |
Updated FAQ Keymap (markdown)
Diffstat (limited to 'FAQ-Keymap.md')
-rw-r--r-- | FAQ-Keymap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md index 20b9cefc6b..60f69d9a16 100644 --- a/FAQ-Keymap.md +++ b/FAQ-Keymap.md @@ -116,7 +116,7 @@ https://github.com/p3lim/keyboard_firmware/commit/fd799c12b69a5ab5addd1d4c03380a ## 32 Fn keys are not enough? ### actionmap -It uses 16 bit codes and no limitation of 32 Fn at the expense of memory space. TMK keymap is actually is 8 bit codes as subset of the actionmap. +It uses 16 bit codes and has no limitation of 32 Fn at the expense of memory space. TMK keymap is actually is 8 bit codes as subset of the actionmap. https://github.com/tmk/tmk_keyboard/issues?utf8=%E2%9C%93&q=is%3Aissue+actionmap ### extension for modified keys |