diff options
author | lambdalisue <lambdalisue@hashnote.net> | 2017-02-14 14:12:54 +0900 |
---|---|---|
committer | lambdalisue <lambdalisue@hashnote.net> | 2017-02-14 14:12:54 +0900 |
commit | 64f9779fe54facecdef9d1a6a7c1d893f79ca20e (patch) | |
tree | 0df64f7cccf718bc2fa01a928006a8ee1ee0f242 /doc | |
parent | fd2925efbac0d7963f3d267dd5264f08a0a4e9dc (diff) |
Add TAPPING_FORCE_HOLD to regulate behaviour
See #889 for the detail.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/keymap.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/keymap.md b/doc/keymap.md index 6f2a663fc8..2b0d2cd959 100644 --- a/doc/keymap.md +++ b/doc/keymap.md @@ -549,6 +549,9 @@ Layer switching with tap key: [dual_role]: http://en.wikipedia.org/wiki/Modifier_key#Dual-role_keys +When user hold a key after tap, it repeat the tapped key rather to hold a modifier key. +If you prefer to hold a modifier instead, define `TAPPING_FORCE_HOLD` in `config.h`. +See https://github.com/qmk/qmk_firmware/issues/889 for the detail. ### 4.2 Tap Toggle This is a feature to assign both toggle layer and momentary switch layer action to just same one physical key. It works as momentary layer switch when holding a key but toggle switch with several taps. |