X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Ffeature_combo.md;h=680adce2dc2721cb0541f64ed4bcdad192f8aecd;hb=99500243e10c12c0a5005da49aa1986947b27153;hp=a2fd1423c88793548da503488a718d509647e335;hpb=c22f3ba3a2605280b81829a764c29c9e01ae674f;p=qmk_firmware.git diff --git a/docs/feature_combo.md b/docs/feature_combo.md index a2fd1423c..680adce2d 100644 --- a/docs/feature_combo.md +++ b/docs/feature_combo.md @@ -19,7 +19,6 @@ combo_t key_combos[COMBO_COUNT] = {COMBO(test_combo, KC_ESC)}; This will send "Escape" if you hit the A and B keys. !> This method only supports [basic keycodes](keycodes_basic.md). See the examples for more control. -!> You cannot reuse (share) keys in combos. Each key should only belong to a single combo. ## Examples