summaryrefslogtreecommitdiff
path: root/quantum/led_matrix
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2025-04-20 05:20:00 +1000
committerGitHub <noreply@github.com>2025-04-19 20:20:00 +0100
commit5c39722ab9c9c7b86f34d4ed4ca4620a47dab01b (patch)
tree54580856cc6c7cdea1fdf69775f67c13d0d28c82 /quantum/led_matrix
parentea85ace4a90baca401e49f35365a6a8f7d3802c4 (diff)
Allow for disabling EEPROM subsystem entirely. (#25173)
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 2e107a66e9..f9d76e2776 100644
--- a/quantum/led_matrix/led_matrix.c
+++ b/quantum/led_matrix/led_matrix.c
@@ -19,7 +19,6 @@
19 19
20#include "led_matrix.h" 20#include "led_matrix.h"
21#include "progmem.h" 21#include "progmem.h"
22#include "eeprom.h"
23#include "eeconfig.h" 22#include "eeconfig.h"
24#include "keyboard.h" 23#include "keyboard.h"
25#include "sync_timer.h" 24#include "sync_timer.h"