Partially revert 26073 (#26252)

This commit is contained in:
Joel Challis
2026-06-08 01:36:45 +01:00
committed by GitHub
parent 486f01f513
commit f34bc9a6bc
-1
View File
@@ -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;
}