diff options
| -rw-r--r-- | docs/feature_combo.md | 1 |
1 files changed, 0 insertions, 1 deletions
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)}; | |||
| 19 | This will send "Escape" if you hit the A and B keys. | 19 | This will send "Escape" if you hit the A and B keys. |
| 20 | 20 | ||
| 21 | !> This method only supports [basic keycodes](keycodes_basic.md). See the examples for more control. | 21 | !> This method only supports [basic keycodes](keycodes_basic.md). See the examples for more control. |
| 22 | !> You cannot reuse (share) keys in combos. Each key should only belong to a single combo. | ||
| 23 | 22 | ||
| 24 | ## Examples | 23 | ## Examples |
| 25 | 24 | ||
