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 chie4hao committed Mar 28, 2019
1 parent 18e1a39 commit 56d452b
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 56d452b

Please sign in to comment.