From 606b1fe82f440258f697896c39d306fefcb9033c Mon Sep 17 00:00:00 2001 From: Noah Frederick Date: Wed, 10 Apr 2019 21:36:05 -0400 Subject: Remove caveat about combos with shared keys (#5601) Combos with shared keys are supported as of https://github.com/qmk/qmk_firmware/pull/2561. Therefore, this caveat no longer applies. --- docs/feature_combo.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3-24-g4f1b