Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sevanteri committed May 2, 2023
1 parent 42211c3 commit 109342a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/process_keycode/process_combo.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +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);
record->event = MAKE_COMBOEVENT(true);

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

0 comments on commit 109342a

Please sign in to comment.