Browse Source

Partially revert 26073 (#26252)

Joel Challis 1 month ago
parent
commit
f34bc9a6bc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      quantum/process_keycode/process_combo.c

+ 0 - 1
quantum/process_keycode/process_combo.c

@@ -394,7 +394,6 @@ combo_t *overlaps(combo_t *combo1, combo_t *combo2) {
         while ((key2 = pgm_read_word(&combo2->keys[idx2])) != COMBO_END) {
             if (key1 == key2) {
                 overlaps = true;
-                break;
             }
             idx2 += 1;
         }