Skip to content

Commit

Permalink
[TractylM] Reboot slave side if button is pressed
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Sep 3, 2024
1 parent a99feea commit dfc608a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keyboards/handwired/tractyl_manuform/tractyl_manuform.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ void housekeeping_task_kb(void) {
if (check_user_button_state()) {
if (is_keyboard_master()) {
reset_keyboard();
} else {
soft_reset_keyboard();
}
}

Expand Down

0 comments on commit dfc608a

Please sign in to comment.