aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_tap_dance.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/feature_tap_dance.md')
-rw-r--r--docs/feature_tap_dance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_tap_dance.md b/docs/feature_tap_dance.md
index 6edce651c..c055a9989 100644
--- a/docs/feature_tap_dance.md
+++ b/docs/feature_tap_dance.md
@@ -243,7 +243,7 @@ Now, at the bottom of your `keymap.c` file, you'll need to add the following:
243 * 243 *
244 * How to figure out tap dance state: interrupted and pressed. 244 * How to figure out tap dance state: interrupted and pressed.
245 * 245 *
246 * Interrupted: If the state of a dance dance is "interrupted", that means that another key has been hit 246 * Interrupted: If the state of a dance is "interrupted", that means that another key has been hit
247 * under the tapping term. This is typically indicitive that you are trying to "tap" the key. 247 * under the tapping term. This is typically indicitive that you are trying to "tap" the key.
248 * 248 *
249 * Pressed: Whether or not the key is still being pressed. If this value is true, that means the tapping term 249 * Pressed: Whether or not the key is still being pressed. If this value is true, that means the tapping term