summaryrefslogtreecommitdiff
path: root/quantum/led_matrix/led_matrix_drivers.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-12-08 16:54:47 +1100
committerGitHub <noreply@github.com>2023-12-08 16:54:47 +1100
commit24511d31b6fbf92d182d84d97193f65cbbdfeaa4 (patch)
treec6f4de1b6836a711377d1e04cfc623f9133193b4 /quantum/led_matrix/led_matrix_drivers.c
parent2d3f2e92d82187d3509f4f9be716bb0b31771eb9 (diff)
LED/RGB Matrix: add header for drivers (#22628)
Diffstat (limited to 'quantum/led_matrix/led_matrix_drivers.c')
-rw-r--r--quantum/led_matrix/led_matrix_drivers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/led_matrix/led_matrix_drivers.c b/quantum/led_matrix/led_matrix_drivers.c
index 117bed9851..672238a260 100644
--- a/quantum/led_matrix/led_matrix_drivers.c
+++ b/quantum/led_matrix/led_matrix_drivers.c
@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "led_matrix.h"
+#include "led_matrix_drivers.h"
/* Each driver needs to define a struct:
*