diff options
author | skullY <skullydazed@gmail.com> | 2019-01-27 17:34:44 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-02-10 15:37:12 -0800 |
commit | c5221fa1cb1e903600205ba831c841f9d3aad33f (patch) | |
tree | 488ada6355c4c193c5c4311fc4aab9f2e2b23471 /quantum/led_matrix.c | |
parent | 5fc24218113a4c862a05a5e4c900cb1733ef75b7 (diff) | |
download | firmware-c5221fa1cb1e903600205ba831c841f9d3aad33f.tar.gz firmware-c5221fa1cb1e903600205ba831c841f9d3aad33f.tar.bz2 firmware-c5221fa1cb1e903600205ba831c841f9d3aad33f.zip |
fix the led_matrix.h naming conflict
Diffstat (limited to 'quantum/led_matrix.c')
-rw-r--r-- | quantum/led_matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdint.h> #include <stdbool.h> #include "quantum.h" -#include "led_matrix.h" +#include "ledmatrix.h" #include "progmem.h" #include "config.h" #include "eeprom.h" |