summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard/60/rules.mk
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2018-02-10 22:09:03 +0100
committerJack Humbert <jack.humb@gmail.com>2018-02-10 23:13:38 +0100
commit8c2ae4a4701439e98569dc2f2acee7016b4c0f20 (patch)
tree835e57a8f18b7a8259f24bbd5d8a3c784e843688 /keyboards/clueboard/60/rules.mk
parentfca31693df15f62cc3fd5851a0d1bae40eb179c2 (diff)
downloadqmk_firmware-8c2ae4a4701439e98569dc2f2acee7016b4c0f20.tar.gz
qmk_firmware-8c2ae4a4701439e98569dc2f2acee7016b4c0f20.tar.xz
Fix reset for STM32 devices
Diffstat (limited to 'keyboards/clueboard/60/rules.mk')
-rw-r--r--keyboards/clueboard/60/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/clueboard/60/rules.mk b/keyboards/clueboard/60/rules.mk
index e0c4b8502..3664b6d2c 100644
--- a/keyboards/clueboard/60/rules.mk
+++ b/keyboards/clueboard/60/rules.mk
@@ -37,7 +37,7 @@ USE_FPU = yes
OPT_DEFS =
# Options to pass to dfu-util when flashing
-DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000 -R
+DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
# Build Options
# comment out to disable the options.