diff options
author | tmk <wakojun+tmk@gmail.com> | 2014-10-16 23:42:21 -0700 |
---|---|---|
committer | tmk <wakojun+tmk@gmail.com> | 2014-10-16 23:42:21 -0700 |
commit | f91c584a4465c78885e6590cb2702fe5531aac73 (patch) | |
tree | ffa46bd57a1642ecb358ded935048e3dbcdaad4c /FAQ.md | |
parent | 7219c4a4b6aa3657a722676965039411ec35c6f9 (diff) |
Updated FAQ (markdown)
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -67,6 +67,14 @@ http://geekhack.org/index.php?topic=14290.msg1327264#msg1327264 Solves my personal 'the' problem. I often got 'the' or 'THe' wrongly instead of 'The'. Oneshot Shift mitgates this for me.
https://github.com/tmk/tmk_keyboard/issues/67
+## Modifier/Layer stuck
+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
+
+
# Degug Console
## hid_listen can't find device
When debug console of your device is not ready you will see like this:
|