diff options
| author | Nick Brassel <nick@tzarc.org> | 2025-04-20 05:20:00 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-19 20:20:00 +0100 |
| commit | 5c39722ab9c9c7b86f34d4ed4ca4620a47dab01b (patch) | |
| tree | 54580856cc6c7cdea1fdf69775f67c13d0d28c82 /quantum | |
| parent | ea85ace4a90baca401e49f35365a6a8f7d3802c4 (diff) | |
Allow for disabling EEPROM subsystem entirely. (#25173)
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/dynamic_keymap.c | 2 | ||||
| -rw-r--r-- | quantum/eeconfig.c | 5 | ||||
| -rw-r--r-- | quantum/led_matrix/led_matrix.c | 1 | ||||
| -rw-r--r-- | quantum/rgb_matrix/rgb_matrix.c | 1 | ||||
| -rw-r--r-- | quantum/unicode/unicode.c | 1 | ||||
| -rw-r--r-- | quantum/via.c | 1 |
6 files changed, 0 insertions, 11 deletions
diff --git a/quantum/dynamic_keymap.c b/quantum/dynamic_keymap.c index 756b232f59..59027fb694 100644 --- a/quantum/dynamic_keymap.c +++ b/quantum/dynamic_keymap.c | |||
| @@ -18,8 +18,6 @@ | |||
| 18 | #include "dynamic_keymap.h" | 18 | #include "dynamic_keymap.h" |
| 19 | #include "keymap_introspection.h" | 19 | #include "keymap_introspection.h" |
| 20 | #include "action.h" | 20 | #include "action.h" |
| 21 | #include "eeprom.h" | ||
| 22 | #include "progmem.h" | ||
| 23 | #include "send_string.h" | 21 | #include "send_string.h" |
| 24 | #include "keycodes.h" | 22 | #include "keycodes.h" |
| 25 | #include "nvm_dynamic_keymap.h" | 23 | #include "nvm_dynamic_keymap.h" |
diff --git a/quantum/eeconfig.c b/quantum/eeconfig.c index 9aa60fc968..31bc9a6051 100644 --- a/quantum/eeconfig.c +++ b/quantum/eeconfig.c | |||
| @@ -2,16 +2,11 @@ | |||
| 2 | #include <stdint.h> | 2 | #include <stdint.h> |
| 3 | #include <stdbool.h> | 3 | #include <stdbool.h> |
| 4 | #include "debug.h" | 4 | #include "debug.h" |
| 5 | #include "eeprom.h" | ||
| 6 | #include "eeconfig.h" | 5 | #include "eeconfig.h" |
| 7 | #include "action_layer.h" | 6 | #include "action_layer.h" |
| 8 | #include "nvm_eeconfig.h" | 7 | #include "nvm_eeconfig.h" |
| 9 | #include "keycode_config.h" | 8 | #include "keycode_config.h" |
| 10 | 9 | ||
| 11 | #ifdef EEPROM_DRIVER | ||
| 12 | # include "eeprom_driver.h" | ||
| 13 | #endif // EEPROM_DRIVER | ||
| 14 | |||
| 15 | #ifdef BACKLIGHT_ENABLE | 10 | #ifdef BACKLIGHT_ENABLE |
| 16 | # include "backlight.h" | 11 | # include "backlight.h" |
| 17 | #endif // BACKLIGHT_ENABLE | 12 | #endif // BACKLIGHT_ENABLE |
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" |
diff --git a/quantum/rgb_matrix/rgb_matrix.c b/quantum/rgb_matrix/rgb_matrix.c index a18105c9b3..3fc9085f06 100644 --- a/quantum/rgb_matrix/rgb_matrix.c +++ b/quantum/rgb_matrix/rgb_matrix.c | |||
| @@ -18,7 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "rgb_matrix.h" | 19 | #include "rgb_matrix.h" |
| 20 | #include "progmem.h" | 20 | #include "progmem.h" |
| 21 | #include "eeprom.h" | ||
| 22 | #include "eeconfig.h" | 21 | #include "eeconfig.h" |
| 23 | #include "keyboard.h" | 22 | #include "keyboard.h" |
| 24 | #include "sync_timer.h" | 23 | #include "sync_timer.h" |
diff --git a/quantum/unicode/unicode.c b/quantum/unicode/unicode.c index b0729335f0..dff1d43fb4 100644 --- a/quantum/unicode/unicode.c +++ b/quantum/unicode/unicode.c | |||
| @@ -16,7 +16,6 @@ | |||
| 16 | 16 | ||
| 17 | #include "unicode.h" | 17 | #include "unicode.h" |
| 18 | 18 | ||
| 19 | #include "eeprom.h" | ||
| 20 | #include "eeconfig.h" | 19 | #include "eeconfig.h" |
| 21 | #include "action.h" | 20 | #include "action.h" |
| 22 | #include "action_util.h" | 21 | #include "action_util.h" |
diff --git a/quantum/via.c b/quantum/via.c index c746d9a608..3682b4ab2b 100644 --- a/quantum/via.c +++ b/quantum/via.c | |||
| @@ -26,7 +26,6 @@ | |||
| 26 | 26 | ||
| 27 | #include "raw_hid.h" | 27 | #include "raw_hid.h" |
| 28 | #include "dynamic_keymap.h" | 28 | #include "dynamic_keymap.h" |
| 29 | #include "eeprom.h" | ||
| 30 | #include "eeconfig.h" | 29 | #include "eeconfig.h" |
| 31 | #include "matrix.h" | 30 | #include "matrix.h" |
| 32 | #include "timer.h" | 31 | #include "timer.h" |
