summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix/rgb_matrix.c
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/rgb_matrix/rgb_matrix.c
parentab1dd0faabe1f5661536b3c1403bec96d5665ae3 (diff)
Remove `config.h` include from quantum files (#19817)
Diffstat (limited to 'quantum/rgb_matrix/rgb_matrix.c')
-rw-r--r--quantum/rgb_matrix/rgb_matrix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/rgb_matrix/rgb_matrix.c b/quantum/rgb_matrix/rgb_matrix.c
index e7125bb87f..bbb706da69 100644
--- a/quantum/rgb_matrix/rgb_matrix.c
+++ b/quantum/rgb_matrix/rgb_matrix.c
@@ -18,7 +18,6 @@
#include "rgb_matrix.h"
#include "progmem.h"
-#include "config.h"
#include "eeprom.h"
#include <string.h>
#include <math.h>