Skip to content

Commit

Permalink
[Keyboard] matrix_init_user shouldn't call itself (qmk#5298)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayslinky authored and Timbus committed Jun 23, 2019
1 parent a909929 commit 8e46b69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keyboards/converter/usb_usb/custom_matrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ extern "C"

__attribute__ ((weak))
void matrix_init_user(void) {
matrix_init_user();
}

__attribute__ ((weak))
Expand Down

0 comments on commit 8e46b69

Please sign in to comment.