Skip to content

Commit

Permalink
change boot to reset
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhelan committed Nov 9, 2023
1 parent 6b9be6d commit 01cf46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/manna-harbour_miryoku/manna-harbour_miryoku.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MIRYOKU_LAYER_LIST

void u_td_fn_boot(tap_dance_state_t *state, void *user_data) {
if (state->count == 2) {
reset_keyboard();
soft_reset_keyboard();
}
}

Expand Down

0 comments on commit 01cf46f

Please sign in to comment.