Fix single key combos activating only once (#25198)
Co-authored-by: Julian Schuler <julianschuler@users.noreply.github.com>
This commit is contained in:
parent
4015c40ba4
commit
b321789d7b
3 changed files with 23 additions and 2 deletions
|
|
@ -347,6 +347,10 @@ void apply_combo(uint16_t combo_index, combo_t *combo) {
|
|||
qrecord->combo_index = combo_index;
|
||||
ACTIVATE_COMBO(combo);
|
||||
|
||||
if (key_count == 1) {
|
||||
release_combo(combo_index, combo);
|
||||
}
|
||||
|
||||
break;
|
||||
} else {
|
||||
// key was part of the combo but not the last one, "disable" it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue