Browse Source

Add caveat for basic keycodes in Tap Dance docs

Drashna Jaelre 7 years ago
parent
commit
d210ac7a3e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/feature_tap_dance.md

+ 2 - 0
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
 
 
 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.
 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 that's the bulk of it!
 
 
 And now, on to the explanation of how it works!
 And now, on to the explanation of how it works!