From 47324ebc484655fea277d745d23849044247055e Mon Sep 17 00:00:00 2001 From: Ray Cielencki Date: Sun, 3 Mar 2019 13:31:20 -0500 Subject: [PATCH] matrix_init_user shouldn't call itself --- keyboards/converter/usb_usb/custom_matrix.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/keyboards/converter/usb_usb/custom_matrix.cpp b/keyboards/converter/usb_usb/custom_matrix.cpp index 2f7703d05847..6f381aabf405 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))