aboutsummaryrefslogtreecommitdiff
path: root/quantum/led_matrix_drivers.c
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2019-01-27 17:34:44 -0800
committerskullydazed <skullydazed@users.noreply.github.com>2019-02-10 15:37:12 -0800
commitc5221fa1cb1e903600205ba831c841f9d3aad33f (patch)
tree488ada6355c4c193c5c4311fc4aab9f2e2b23471 /quantum/led_matrix_drivers.c
parent5fc24218113a4c862a05a5e4c900cb1733ef75b7 (diff)
downloadqmk_firmware-c5221fa1cb1e903600205ba831c841f9d3aad33f.tar.gz
qmk_firmware-c5221fa1cb1e903600205ba831c841f9d3aad33f.zip
fix the led_matrix.h naming conflict
Diffstat (limited to 'quantum/led_matrix_drivers.c')
-rw-r--r--quantum/led_matrix_drivers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/led_matrix_drivers.c b/quantum/led_matrix_drivers.c
index aeb3bfd55..4ee509ee5 100644
--- a/quantum/led_matrix_drivers.c
+++ b/quantum/led_matrix_drivers.c
@@ -18,7 +18,7 @@
18#include <stdint.h> 18#include <stdint.h>
19#include <stdbool.h> 19#include <stdbool.h>
20#include "quantum.h" 20#include "quantum.h"
21#include "led_matrix.h" 21#include "ledmatrix.h"
22 22
23/* Each driver needs to define a struct: 23/* Each driver needs to define a struct:
24 * 24 *