diff options
author | Ryan <fauxpark@gmail.com> | 2022-01-06 06:55:46 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 06:55:46 +1100 |
commit | 5fb93934d0f3319547cc6313845fe5a96f8b7798 (patch) | |
tree | f03930762c7477d6ef7506bceeb6c27b35994f2f /keyboards/durgod/dgk6x | |
parent | 99e11f482314e3fa061f06e193663544fa938a8c (diff) |
Fixes for bootloader refactor build failures (#15638)
Diffstat (limited to 'keyboards/durgod/dgk6x')
-rw-r--r-- | keyboards/durgod/dgk6x/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/durgod/dgk6x/rules.mk b/keyboards/durgod/dgk6x/rules.mk index 56c5b1ac24..660719104d 100644 --- a/keyboards/durgod/dgk6x/rules.mk +++ b/keyboards/durgod/dgk6x/rules.mk @@ -1,9 +1,11 @@ # MCU name # Actually F070, but close enough MCU = STM32F072 - BOARD = DURGOD_STM32_F070 +# Bootloader selection +BOOTLOADER = stm32-dfu + # Do not put the microcontroller into power saving mode NO_SUSPEND_POWER_DOWN = yes |