Skip to content

Commit

Permalink
Add caveat for basic keycodes in Tap Dance docs
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and jackhumbert committed Oct 27, 2018
1 parent f16b5cc commit d210ac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/feature_tap_dance.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ This array specifies what actions shall be taken when a tap-dance key is in acti

The first option is enough for a lot of cases, that just want dual roles. For example, `ACTION_TAP_DANCE_DOUBLE(KC_SPC, KC_ENT)` will result in `Space` being sent on single-tap, `Enter` otherwise.

!> Keep in mind that only [basic keycodes](keycodes_basic.md) are supported here. Custom keycodes are not supported.

And that's the bulk of it!

And now, on to the explanation of how it works!
Expand Down

0 comments on commit d210ac7

Please sign in to comment.