diff options
author | tmk <tmk@users.noreply.github.com> | 2015-09-27 05:48:41 +0900 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2015-09-27 05:48:41 +0900 |
commit | 6163f0ea51184d75cf0b23b5d7bedbacc33a6bb3 (patch) | |
tree | a738fa3d5169c0abad86d0de8cf415793e992703 | |
parent | 8008a8a9dc1f495922039f37969fce955d873d57 (diff) |
Updated FAQ Keymap (markdown)
-rw-r--r-- | FAQ-Keymap.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md index a039556fcc..b5c506b18d 100644 --- a/FAQ-Keymap.md +++ b/FAQ-Keymap.md @@ -27,8 +27,9 @@ https://github.com/tmk/tmk_keyboard/issues/67 Modifier keys or layers can be stuck unless layer switching is configured properly. For Modifier keys and layer actions you have to place `KC_TRANS` on same position of destination layer to unregister the modifier key or return to previous layer on release event. -https://github.com/tmk/tmk_keyboard/blob/master/doc/keymap.md#31-momentary-switching -http://geekhack.org/index.php?topic=57008.msg1492604#msg1492604 +- https://github.com/tmk/tmk_keyboard/blob/master/doc/keymap.md#31-momentary-switching +- http://geekhack.org/index.php?topic=57008.msg1492604#msg1492604 +- https://github.com/tmk/tmk_keyboard/issues/248 ## Mechanical Lock Switch Support |