diff options
| author | Drashna Jaelre <drashna@live.com> | 2018-10-25 09:01:31 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-10-27 00:22:29 -0400 |
| commit | d210ac7a3ea9a6049f2c344d3a44fdc1bccd1f1b (patch) | |
| tree | ca30f5f8908e2e33fc71bbf6a5df23178d975895 /docs/feature_tap_dance.md | |
| parent | f16b5cc92b1fb3f5c551d009b11f291ee650b432 (diff) | |
| download | qmk_firmware-d210ac7a3ea9a6049f2c344d3a44fdc1bccd1f1b.tar.gz qmk_firmware-d210ac7a3ea9a6049f2c344d3a44fdc1bccd1f1b.zip | |
Add caveat for basic keycodes in Tap Dance docs
Diffstat (limited to 'docs/feature_tap_dance.md')
| -rw-r--r-- | docs/feature_tap_dance.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/feature_tap_dance.md b/docs/feature_tap_dance.md index 93d190883..b2b567f1d 100644 --- a/docs/feature_tap_dance.md +++ b/docs/feature_tap_dance.md | |||
| @@ -26,6 +26,8 @@ This array specifies what actions shall be taken when a tap-dance key is in acti | |||
| 26 | 26 | ||
| 27 | 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. | 27 | 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. |
| 28 | 28 | ||
| 29 | !> Keep in mind that only [basic keycodes](keycodes_basic.md) are supported here. Custom keycodes are not supported. | ||
| 30 | |||
| 29 | And that's the bulk of it! | 31 | And that's the bulk of it! |
| 30 | 32 | ||
| 31 | And now, on to the explanation of how it works! | 33 | And now, on to the explanation of how it works! |
