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

pull/23911/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
The size used by the STM32 L0/L1 EEPROM driver.
*/
#ifndef STM32_ONBOARD_EEPROM_SIZE
# ifdef VIA_ENABLE
# ifdef DYNAMIC_KEYMAP_ENABLE
# define STM32_ONBOARD_EEPROM_SIZE 1024
# else
# include "eeconfig.h"