diff options
| author | Jonathan Rascher <jon@bcat.name> | 2019-08-30 19:44:28 -0500 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-08-30 17:44:28 -0700 |
| commit | 075495a7923418d7105f748de29b8279c5051dd9 (patch) | |
| tree | 4addd1854e5309981c7b3b3ec651b57ea5e3f9e6 /keyboards/cannonkeys/instant60 | |
| parent | feb1742061679b6d722afe048f8eef9f2c29d0ec (diff) | |
| download | qmk_firmware-075495a7923418d7105f748de29b8279c5051dd9.tar.gz qmk_firmware-075495a7923418d7105f748de29b8279c5051dd9.zip | |
[Keyboard] Support flashing Instant60 from command line (#6625)
Diffstat (limited to 'keyboards/cannonkeys/instant60')
| -rw-r--r-- | keyboards/cannonkeys/instant60/rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/instant60/rules.mk b/keyboards/cannonkeys/instant60/rules.mk index 5d4fb1cf7..c0a62e943 100644 --- a/keyboards/cannonkeys/instant60/rules.mk +++ b/keyboards/cannonkeys/instant60/rules.mk | |||
| @@ -31,6 +31,10 @@ ARMV = 6 | |||
| 31 | # <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch | 31 | # <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch |
| 32 | #STM32_BOOTLOADER_ADDRESS = 0x1FFFC800 | 32 | #STM32_BOOTLOADER_ADDRESS = 0x1FFFC800 |
| 33 | 33 | ||
| 34 | # Options to pass to dfu-util when flashing | ||
| 35 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | ||
| 36 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 37 | |||
| 34 | # Build Options | 38 | # Build Options |
| 35 | # comment out to disable the options. | 39 | # comment out to disable the options. |
| 36 | # | 40 | # |
