Allow for disabling EEPROM subsystem entirely. (#25173)
This commit is contained in:
parent
ea85ace4a9
commit
5c39722ab9
8 changed files with 75 additions and 84 deletions
|
@ -2,16 +2,11 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "debug.h"
|
||||
#include "eeprom.h"
|
||||
#include "eeconfig.h"
|
||||
#include "action_layer.h"
|
||||
#include "nvm_eeconfig.h"
|
||||
#include "keycode_config.h"
|
||||
|
||||
#ifdef EEPROM_DRIVER
|
||||
# include "eeprom_driver.h"
|
||||
#endif // EEPROM_DRIVER
|
||||
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
# include "backlight.h"
|
||||
#endif // BACKLIGHT_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue