summaryrefslogtreecommitdiff
path: root/quantum/led_matrix
diff options
context:
space:
mode:
authorjack <0x6A73@pm.me>2023-02-11 19:40:16 -0700
committerGitHub <noreply@github.com>2023-02-12 02:40:16 +0000
commit9c6942ea40e675e2f9d8022d893184776d5a7e49 (patch)
treedd47e98b7ca34a7d1b0f0f177480f7a642fe3038 /quantum/led_matrix
parentab1dd0faabe1f5661536b3c1403bec96d5665ae3 (diff)
Remove `config.h` include from quantum files (#19817)
Diffstat (limited to 'quantum/led_matrix')
-rw-r--r--quantum/led_matrix/led_matrix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/led_matrix/led_matrix.c b/quantum/led_matrix/led_matrix.c
index 577331d916..828d61641a 100644
--- a/quantum/led_matrix/led_matrix.c
+++ b/quantum/led_matrix/led_matrix.c
@@ -19,7 +19,6 @@
#include "led_matrix.h"
#include "progmem.h"
-#include "config.h"
#include "eeprom.h"
#include <string.h>
#include <math.h>