X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Fmcu_selection.mk;h=fa6dc8b53ca8ae8ac2a458b2893346d9fc4a228e;hb=7ec583e5efb276ce90a40a1df985de7d0d0b8f46;hp=209b578ea55eb08f3a83e233f1fcb1e71812e3bb;hpb=c9ba618654417ec115809a031d315f8327c79ad4;p=qmk_firmware.git diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index 209b578ea..fa6dc8b53 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk @@ -34,6 +34,7 @@ ifneq ($(findstring STM32F303, $(MCU)),) # Options to pass to dfu-util when flashing DFU_ARGS ?= -d 0483:df11 -a 0 -s 0x08000000:leave + DFU_SUFFIX_ARGS = -p DF11 -v 0483 endif ifneq (,$(filter $(MCU),atmega32u4 at90usb1286))