aboutsummaryrefslogtreecommitdiff
path: root/quantum/led_matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/led_matrix.c')
-rw-r--r--quantum/led_matrix.c2
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 @@
20#include <stdint.h> 20#include <stdint.h>
21#include <stdbool.h> 21#include <stdbool.h>
22#include "quantum.h" 22#include "quantum.h"
23#include "led_matrix.h" 23#include "ledmatrix.h"
24#include "progmem.h" 24#include "progmem.h"
25#include "config.h" 25#include "config.h"
26#include "eeprom.h" 26#include "eeprom.h"