Tweaking combo settings

- removing the must press in order rule
This commit is contained in:
Victor 2024-04-16 23:04:29 -05:00
parent 2e87f03d7d
commit d3b130a53c
Failed to generate hash of commit
2 changed files with 5 additions and 6 deletions

View file

@ -67,11 +67,10 @@ bool get_combo_must_press_in_order(uint16_t combo_index, combo_t *combo) {
* array.
*
* return false means they do not have to be pressed in order
*
* */
default:
return true;
return false;
}
}