From 9c6942ea40e675e2f9d8022d893184776d5a7e49 Mon Sep 17 00:00:00 2001 From: jack <0x6A73@pm.me> Date: Sat, 11 Feb 2023 19:40:16 -0700 Subject: Remove `config.h` include from quantum files (#19817) --- quantum/led_matrix/led_matrix.c | 1 - 1 file changed, 1 deletion(-) (limited to 'quantum/led_matrix') 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 #include -- cgit v1.2.3