Decouple VIA from STM32 L0/L1 EEPROM implementation (#23901)
This commit is contained in:
parent
e239d0383a
commit
b826877c40
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
The size used by the STM32 L0/L1 EEPROM driver.
|
The size used by the STM32 L0/L1 EEPROM driver.
|
||||||
*/
|
*/
|
||||||
#ifndef STM32_ONBOARD_EEPROM_SIZE
|
#ifndef STM32_ONBOARD_EEPROM_SIZE
|
||||||
# ifdef VIA_ENABLE
|
# ifdef DYNAMIC_KEYMAP_ENABLE
|
||||||
# define STM32_ONBOARD_EEPROM_SIZE 1024
|
# define STM32_ONBOARD_EEPROM_SIZE 1024
|
||||||
# else
|
# else
|
||||||
# include "eeconfig.h"
|
# include "eeconfig.h"
|
||||||
|
|
Loading…
Reference in a new issue