commented out too much

This commit is contained in:
Victor 2024-05-01 20:09:48 -05:00
parent c214acbe24
commit 0915d57815
Failed to generate hash of commit

View file

@ -95,8 +95,9 @@ bool combo_should_trigger(uint16_t combo_index, combo_t *combo, uint16_t keycode
return false; return false;
} }
break; break;
}
*/ */
}
return true; return true;
} }