Skip to content

Commit

Permalink
Add keyevent for combo keyrecord
Browse files Browse the repository at this point in the history
  • Loading branch information
sevanteri committed May 2, 2023
1 parent 2944e93 commit 42211c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/process_keycode/process_combo.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ void apply_combo(uint16_t combo_index, combo_t *combo) {
// this in the end executes the combo when the key_buffer is dumped.
record->keycode = combo->keycode;
record->event.type = COMBO_EVENT;
record->event = MAKE_COMBOEVENT(true);

qrecord->combo_index = combo_index;
ACTIVATE_COMBO(combo);
Expand Down

0 comments on commit 42211c3

Please sign in to comment.