diff --git a/docs/docs/behaviors/tap-dance.md b/docs/docs/behaviors/tap-dance.md index c29adad9..fc8bca57 100644 --- a/docs/docs/behaviors/tap-dance.md +++ b/docs/docs/behaviors/tap-dance.md @@ -5,7 +5,7 @@ sidebar_label: Tap Dance ## Summary -A tap dance key outputs a keycode or behavior corresponding to how many times it is pressed. +A tap dance key outputs a keycode or behavior corresponding to how many times it is pressed. Tap dances are completely custom, so for every unique tap dance key, a new tap dance must be defined in your keymap's `behaviors`. @@ -18,6 +18,7 @@ Defines how much time in milliseconds after the tap dance is pressed before a ke #### `bindings` A list of one or more keybinds. This list can include [any keycode in ZMK](../codes/) and keybinds for ZMK behaviors. + #### Example Usage This example configures a tap dance that outputs the number of keypresses from 1-5: @@ -48,4 +49,4 @@ This example configures a tap dance that outputs the number of keypresses from 1 }; }; -``` \ No newline at end of file +```