summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMamoor Jaan Khan <56243233+LowNightSnack@users.noreply.github.com>2020-09-11 20:37:05 +0530
committerGitHub <noreply@github.com>2020-09-11 20:37:05 +0530
commit178e5e5afbf5d9b4dabb1a247f36714f5234ad29 (patch)
tree7be61077768a6b79ac240751462dd3d7d786b5d4 /docs
parent6d7fb6c48dcd62c9d436c08f545f065bb41f810f (diff)
Reverting provious commit
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/behavior/hold-tap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/behavior/hold-tap.md b/docs/docs/behavior/hold-tap.md
index 6790e88..ab51022 100644
--- a/docs/docs/behavior/hold-tap.md
+++ b/docs/docs/behavior/hold-tap.md
@@ -56,7 +56,7 @@ A code example which configures a mod-tap setting that works with homerow mods:
If this config does not work for you, try the flavor "tap-preferred" and a short tapping_term_ms such as 120ms.
-If you want to use a tap-hold with a keycode from a different code page, you have to define another behavior with another "bindings" parameter. For example, if you want to use SHIFT and volume up, define the bindings like `bindings = <&kp>, <&cp>;`. Only single-argument behaviors are supported at the moment.
+If you want to use a tap-hold with a keycode from a different code page, you have to define another behavior with another "bindings" parameter.For example, if you want to use SHIFT and volume up, define the bindings like `bindings = <&kp>, <&cp>;`. Only single-argument behaviors are supported at the moment.
#### Note
Astute readers may notice similarities between the possible behaviors in ZMK and other firmware, such as QMK. The hold-preferred flavor works similar to the `HOLD_ON_OTHER_KEY_PRESS` setting. The 'balanced' flavor is similar to the `PERMISSIVE_HOLD` setting, and the `tap-preferred` flavor is similar to `IGNORE_MOD_TAP_INTERRUPT`.