X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Ffeature_combo.md;h=5bb73ef106772018494c9001f61f6d3e27809722;hb=d3a6296199c6f6564e0fffd6d7c1355496d9feac;hp=f509e9f33f2b932858b72bde626f249dd69e4973;hpb=b1bf0879ad2acf3aec1db0f67250b8679e565324;p=qmk_firmware.git diff --git a/docs/feature_combo.md b/docs/feature_combo.md index f509e9f33..5bb73ef10 100644 --- a/docs/feature_combo.md +++ b/docs/feature_combo.md @@ -19,6 +19,7 @@ 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