diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2021-01-05 19:59:35 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-01-21 07:57:33 -0500 |
commit | 13e46bea817bb9392bdd4922f4949c894c3673bf (patch) | |
tree | 1e0d865db10b07bc95d6443809ad8f8a19d6cf6d | |
parent | 3368a81057d4981aa259c5548050d95739d99d51 (diff) |
docs(hold-tap): mark tapping_term_ms as code
Improves readability and consistency.
-rw-r--r-- | docs/docs/behaviors/hold-tap.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docs/behaviors/hold-tap.md b/docs/docs/behaviors/hold-tap.md index f3c3c66..0cf4888 100644 --- a/docs/docs/behaviors/hold-tap.md +++ b/docs/docs/behaviors/hold-tap.md @@ -23,9 +23,9 @@ We call this the 'hold-preferred' flavor of hold-taps. While this flavor may wor #### Flavors -- The 'hold-preferred' flavor triggers the hold behavior when the tapping_term_ms has expired or another key is pressed. -- The 'balanced' flavor will trigger the hold behavior when the tapping_term_ms has expired or another key is pressed and released. -- The 'tap-preferred' flavor triggers the hold behavior when the tapping_term_ms has expired. It triggers the tap behavior when another key is pressed. +- The 'hold-preferred' flavor triggers the hold behavior when the `tapping_term_ms` has expired or another key is pressed. +- The 'balanced' flavor will trigger the hold behavior when the `tapping_term_ms` has expired or another key is pressed and released. +- The 'tap-preferred' flavor triggers the hold behavior when the `tapping_term_ms` has expired. It triggers the tap behavior when another key is pressed. When the hold-tap key is released and the hold behavior has not been triggered, the tap behavior will trigger. @@ -68,7 +68,7 @@ This example configures a hold-tap that works well for homerow mods: ``` -If this config does not work for you, try the flavor "balanced" with a medium tapping_term_ms such as 200ms. +If this config does not work for you, try the flavor "balanced" with a medium `tapping_term_ms` such as 200ms. #### Comparison to QMK |