diff options
| author | Nick Brassel | 2025-04-19 21:20:00 +0200 |
|---|---|---|
| committer | GitHub | 2025-04-19 21:20:00 +0200 |
| commit | 5c39722ab9c9c7b86f34d4ed4ca4620a47dab01b (patch) | |
| tree | 54580856cc6c7cdea1fdf69775f67c13d0d28c82 /quantum/led_matrix | |
| parent | ea85ace4a90baca401e49f35365a6a8f7d3802c4 (diff) | |
Allow for disabling EEPROM subsystem entirely. (#25173)
Diffstat (limited to 'quantum/led_matrix')
| -rw-r--r-- | quantum/led_matrix/led_matrix.c | 1 |
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 @@ #include "led_matrix.h" #include "progmem.h" -#include "eeprom.h" #include "eeconfig.h" #include "keyboard.h" #include "sync_timer.h" |