Skip to content

Commit

Permalink
docs(hold-tap): mark tapping_term_ms as code
Browse files Browse the repository at this point in the history
Improves readability and consistency.
  • Loading branch information
innovaker authored and petejohanson committed Jan 21, 2021
1 parent 3368a81 commit 13e46be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/behaviors/hold-tap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 13e46be

Please sign in to comment.