From a2b49be0a68e18534b771f5ba9789788e3a14077 Mon Sep 17 00:00:00 2001 From: Xelus22 <17491233+Xelus22@users.noreply.github.com> Date: Mon, 26 Apr 2021 02:44:00 +0000 Subject: [PATCH] Update quantum/mcu_selection.mk Co-authored-by: Nick Brassel --- quantum/mcu_selection.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index 42abd674a139..9268c4522e61 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk @@ -468,6 +468,9 @@ ifneq (,$(filter $(MCU),STM32L433 STM32L443)) # Options to pass to dfu-util when flashing DFU_ARGS ?= -d 0483:DF11 -a 0 -s 0x08000000:leave DFU_SUFFIX_ARGS ?= -v 0483 -p DF11 + + # UF2 settings + UF2_FAMILY ?= STM32L4 endif ifneq (,$(filter $(MCU),at90usb162 atmega16u2 atmega32u2 atmega16u4 atmega32u4 at90usb646 at90usb647 at90usb1286 at90usb1287))