Skip to content

Commit

Permalink
Decouple VIA from STM32 L0/L1 EEPROM implementation (qmk#23901)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and acidMyke committed Nov 3, 2024
1 parent 0b4d059 commit 9804f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/chibios/drivers/eeprom/eeprom_stm32_L0_L1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9804f52

Please sign in to comment.