logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: b826877c40b64be023fda2879a268d5fa6aa610e
parent e239d0383a123e67464030bc9ebdce1a1d856824
Author: Joel Challis <git@zvecr.com>
Date:   Wed, 12 Jun 2024 04:00:23 +0100

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


Diffstat:

Mplatforms/chibios/drivers/eeprom/eeprom_stm32_L0_L1.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/chibios/drivers/eeprom/eeprom_stm32_L0_L1.h b/platforms/chibios/drivers/eeprom/eeprom_stm32_L0_L1.h @@ -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"