mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 22:54:16 -04:00
Tweaking combo settings
- removing the must press in order rule
This commit is contained in:
parent
2e87f03d7d
commit
d3b130a53c
2 changed files with 5 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue