diff options
author | Ray Cielencki <rayslinky@users.noreply.github.com> | 2019-03-03 13:38:12 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-03-03 10:38:12 -0800 |
commit | 9b0a5486875089f64e21ef10a1c80503bed7bb80 (patch) | |
tree | d154378224dc79b4ec608b541728dc9f5e561a15 | |
parent | be497126e8466ca3125261dd821572a1aa63edb0 (diff) | |
download | qmk_firmware-9b0a5486875089f64e21ef10a1c80503bed7bb80.tar.gz qmk_firmware-9b0a5486875089f64e21ef10a1c80503bed7bb80.zip |
[Keyboard] matrix_init_user shouldn't call itself (#5298)
-rw-r--r-- | keyboards/converter/usb_usb/custom_matrix.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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" | |||
123 | 123 | ||
124 | __attribute__ ((weak)) | 124 | __attribute__ ((weak)) |
125 | void matrix_init_user(void) { | 125 | void matrix_init_user(void) { |
126 | matrix_init_user(); | ||
127 | } | 126 | } |
128 | 127 | ||
129 | __attribute__ ((weak)) | 128 | __attribute__ ((weak)) |