summaryrefslogtreecommitdiffstats
path: root/FAQ-Keymap.md
diff options
context:
space:
mode:
authortmk <tmk@users.noreply.github.com>2015-10-05 04:02:42 +0900
committertmk <tmk@users.noreply.github.com>2015-10-05 04:02:42 +0900
commit9d25855bb03ea21a1a03c1e300f6bb4cd165ab45 (patch)
tree3598723f9490d605879a212ebc0fc53b3316c22d /FAQ-Keymap.md
parent08f1bde358f2f0c4a1594470447b457b34e27fc9 (diff)
Updated FAQ Keymap (markdown)
Diffstat (limited to 'FAQ-Keymap.md')
-rw-r--r--FAQ-Keymap.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md
index a607cfb33b..20b9cefc6b 100644
--- a/FAQ-Keymap.md
+++ b/FAQ-Keymap.md
@@ -111,4 +111,13 @@ https://github.com/tekezo/Karabiner/issues/403
## Esc and `~ on a key
-https://github.com/p3lim/keyboard_firmware/commit/fd799c12b69a5ab5addd1d4c03380a1b8ef8e9dc \ No newline at end of file
+https://github.com/p3lim/keyboard_firmware/commit/fd799c12b69a5ab5addd1d4c03380a1b8ef8e9dc
+
+
+## 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.
+https://github.com/tmk/tmk_keyboard/issues?utf8=%E2%9C%93&q=is%3Aissue+actionmap
+
+### extension for modified keys
+https://geekhack.org/index.php?topic=41989.msg1885526#msg1885526 \ No newline at end of file