Decouple VIA from STM32 L0/L1 EEPROM implementation (#23901)

This commit is contained in:
Joel Challis 2024-06-12 04:00:23 +01:00 committed by GitHub
parent e239d0383a
commit b826877c40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"