Skip to content

Commit

Permalink
send_combo pressed 1ms
Browse files Browse the repository at this point in the history
  • Loading branch information
jerviscui committed May 14, 2024
1 parent 9757b8e commit 0010d4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keyboards/handwired/dactyl_manuform/5x6_3_2/5x6_3_2.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}

void send_combo(uint8_t codeOne, uint8_t codeTwo) {
wait_ms(1);
register_code(codeOne);
tap_code(codeTwo);
tap_code_delay(codeTwo, 1);
unregister_code(codeOne);
}

Expand Down

0 comments on commit 0010d4f

Please sign in to comment.