aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-03-28 09:24:22 -0400
committerGitHub <noreply@github.com>2017-03-28 09:24:22 -0400
commit216f669276b30393fb35a409011ccdad8b521156 (patch)
treea26991d2e44ecb1ed6247eb011d7f6e0ca78741b /doc
parentcc2fb56ed837d60a959938d2d89fce62a99cd3bc (diff)
parent64f9779fe54facecdef9d1a6a7c1d893f79ca20e (diff)
downloadfirmware-216f669276b30393fb35a409011ccdad8b521156.tar.gz
firmware-216f669276b30393fb35a409011ccdad8b521156.tar.bz2
firmware-216f669276b30393fb35a409011ccdad8b521156.zip
Merge pull request #1098 from lambdalisue/tapping-force-hold
Add TAPPING_FORCE_HOLD to regulate behaviour
Diffstat (limited to 'doc')
-rw-r--r--doc/keymap.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/keymap.md b/doc/keymap.md
index 6f2a663fc..2b0d2cd95 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.