mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-07 10:53:17 +02:00
Partially revert 26073 (#26252)
This commit is contained in:
@@ -394,7 +394,6 @@ combo_t *overlaps(combo_t *combo1, combo_t *combo2) {
|
|||||||
while ((key2 = pgm_read_word(&combo2->keys[idx2])) != COMBO_END) {
|
while ((key2 = pgm_read_word(&combo2->keys[idx2])) != COMBO_END) {
|
||||||
if (key1 == key2) {
|
if (key1 == key2) {
|
||||||
overlaps = true;
|
overlaps = true;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
idx2 += 1;
|
idx2 += 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user