]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
-
authorNick Choi <iinikchi@gmail.com>
Fri, 26 May 2017 04:19:12 +0000 (00:19 -0400)
committerNick Choi <iinikchi@gmail.com>
Fri, 26 May 2017 04:19:12 +0000 (00:19 -0400)
keyboards/frosty_flake/keymaps/nikchi/variableTapDance.md

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..7b9695a83a5ee1480e710cdff1e15df014724303 100644 (file)
@@ -0,0 +1,6 @@
+# Tap Dancing to different beats.
+Tap Dance is constrained normally by `TAPPING_TERM` defined in your keyboard's config.h This proves to be challenging to work with when sometimes you just need more time to tap out your dance.
+
+- `ACTION_TAP_DANCE_FN_ADVANCED_TIME(user_fn_on_each_tap, user_fn_on_dance_finished, user_fn_on_dance_reset, tap_specific_tapping_term)` : This works the same as `ACTION_TAP_DANCE_FN_ADVANCED` just with the extra `tap_specific_tapping_term` arguement at the end.  
+
+`tap_specific_tapping_term` should be the same type and range of values that one would put into the `TAPPING_TERM` definition in the config.h file.