]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add caveat for basic keycodes in Tap Dance docs
authorDrashna Jaelre <drashna@live.com>
Thu, 25 Oct 2018 16:01:31 +0000 (09:01 -0700)
committerJack Humbert <jack.humb@gmail.com>
Sat, 27 Oct 2018 04:22:29 +0000 (00:22 -0400)
docs/feature_tap_dance.md

index 93d190883147dd261f80844be8bd5ad9f07655ce..b2b567f1d07dfc70b2044d755d95030f3c1e07fa 100644 (file)
@@ -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!