~ruther/qmk_firmware

9b0a5486875089f64e21ef10a1c80503bed7bb80 — Ray Cielencki 6 years ago be49712
[Keyboard] matrix_init_user shouldn't call itself (#5298)

1 files changed, 0 insertions(+), 1 deletions(-)

M keyboards/converter/usb_usb/custom_matrix.cpp
M keyboards/converter/usb_usb/custom_matrix.cpp => keyboards/converter/usb_usb/custom_matrix.cpp +0 -1
@@ 123,7 123,6 @@ extern "C"

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

    __attribute__ ((weak))