diff options
Diffstat (limited to 'quantum/led_matrix_drivers.c')
-rw-r--r-- | quantum/led_matrix_drivers.c | 2 |
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 | * |