From 99174edf0affb3a62af43a14aefde0b3bd944271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=ADnez?= <58857054+elpekenin@users.noreply.github.com> Date: Wed, 14 Dec 2022 15:43:39 +0100 Subject: [Docs] Remove broken link (#19321) --- docs/feature_tap_dance.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/feature_tap_dance.md') diff --git a/docs/feature_tap_dance.md b/docs/feature_tap_dance.md index cbee4d0c34..1062e32243 100644 --- a/docs/feature_tap_dance.md +++ b/docs/feature_tap_dance.md @@ -356,8 +356,6 @@ qk_tap_dance_action_t tap_dance_actions[] = { And then simply use `TD(X_CTL)` anywhere in your keymap. -If you want to implement this in your userspace, then you may want to check out how [DanielGGordon](https://github.com/qmk/qmk_firmware/tree/master/users/gordon) has implemented this in their userspace. - > In this configuration "hold" takes place **after** tap dance timeout. To achieve instant hold, remove `state->interrupted` checks in conditions. As a result you may use comfortable longer tapping periods to have more time for taps and not to wait too long for holds (try starting with doubled `TAPPING_TERM`). #### Example 5: Using tap dance for advanced mod-tap and layer-tap keys :id=example-5 -- cgit v1.2.3