From c5221fa1cb1e903600205ba831c841f9d3aad33f Mon Sep 17 00:00:00 2001 From: skullY Date: Sun, 27 Jan 2019 17:34:44 -0800 Subject: fix the led_matrix.h naming conflict --- quantum/led_matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quantum/led_matrix.c') diff --git a/quantum/led_matrix.c b/quantum/led_matrix.c index ca37af0d3..8ef8abe71 100644 --- a/quantum/led_matrix.c +++ b/quantum/led_matrix.c @@ -20,7 +20,7 @@ #include #include #include "quantum.h" -#include "led_matrix.h" +#include "ledmatrix.h" #include "progmem.h" #include "config.h" #include "eeprom.h" -- cgit v1.2.3