Fix single key combos activating only once (#25198)

Co-authored-by: Julian Schuler <julianschuler@users.noreply.github.com>
This commit is contained in:
Julian Schuler
2025-11-23 12:25:59 +01:00
committed by GitHub
parent 4015c40ba4
commit b321789d7b
3 changed files with 23 additions and 2 deletions

View File

@@ -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