From: Ray Cielencki Date: Sun, 3 Mar 2019 18:38:12 +0000 (-0500) Subject: [Keyboard] matrix_init_user shouldn't call itself (#5298) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9b0a5486875089f64e21ef10a1c80503bed7bb80;p=qmk_firmware.git [Keyboard] matrix_init_user shouldn't call itself (#5298) --- diff --git a/keyboards/converter/usb_usb/custom_matrix.cpp b/keyboards/converter/usb_usb/custom_matrix.cpp index 2f7703d05..6f381aabf 100644 --- a/keyboards/converter/usb_usb/custom_matrix.cpp +++ b/keyboards/converter/usb_usb/custom_matrix.cpp @@ -123,7 +123,6 @@ extern "C" __attribute__ ((weak)) void matrix_init_user(void) { - matrix_init_user(); } __attribute__ ((weak))