mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Swap G431 to transient EEPROM. Add G431 and G474 onekeys. (#21282)
This commit is contained in:
@@ -546,6 +546,9 @@ ifneq ($(findstring STM32G431, $(MCU)),)
|
||||
|
||||
# Bootloader address for STM32 DFU
|
||||
STM32_BOOTLOADER_ADDRESS ?= 0x1FFF0000
|
||||
|
||||
# Default to transient driver as ChibiOS EFL is currently broken for single-bank G4xx devices
|
||||
EEPROM_DRIVER ?= transient
|
||||
endif
|
||||
|
||||
ifneq ($(findstring STM32G474, $(MCU)),)
|
||||
|
||||
Reference in New Issue
Block a user