Skip to content

Commit

Permalink
Remove caveat about combos with shared keys (qmk#5601)
Browse files Browse the repository at this point in the history
Combos with shared keys are supported as of qmk#2561. Therefore, this caveat no longer applies.
noahfrederick authored and drashna committed Apr 11, 2019
1 parent 4882f7f commit 606b1fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/feature_combo.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 606b1fe

Please sign in to comment.