diff options
author | tmk <tmk@users.noreply.github.com> | 2015-10-06 15:49:17 +0900 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2015-10-06 15:49:17 +0900 |
commit | f7ae70962c37f4b5c9fb4acabc50982f8c43a6a4 (patch) | |
tree | 8cc8e216553bc0c954120ac9f3885bb5437520ff | |
parent | 1b0fec884f1a960758329c3dc7826a5c79349a71 (diff) |
Updated FAQ Keymap (markdown)
-rw-r--r-- | FAQ-Keymap.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md index 6d922012a5..dce2df7673 100644 --- a/FAQ-Keymap.md +++ b/FAQ-Keymap.md @@ -111,7 +111,7 @@ https://github.com/tekezo/Karabiner/issues/403 ## Esc and `~ on a key -https://github.com/p3lim/keyboard_firmware/commit/fd799c12b69a5ab5addd1d4c03380a1b8ef8e9dc + You can define FC660 and Poker style ESC with `ACTION_LAYER_MODS`. https://github.com/tmk/tmk_keyboard/blob/master/doc/keymap.md#35-momentary-switching-with-modifiers @@ -159,6 +159,10 @@ const uint16_t PROGMEM fn_actions[] = { }; ``` +Otherwise, you can write code, see this. +https://github.com/p3lim/keyboard_firmware/commit/fd799c12b69a5ab5addd1d4c03380a1b8ef8e9dc + + ## 32 Fn keys are not enough? ### 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. |