Browse Source

[Keyboard] Support flashing Instant60 from command line (#6625)

pull/6640/head
Jonathan Rascher 4 years ago
committed by Drashna Jaelre
parent
commit
075495a792
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      keyboards/cannonkeys/instant60/rules.mk

+ 4
- 0
keyboards/cannonkeys/instant60/rules.mk View File

@ -31,6 +31,10 @@ ARMV = 6
# <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch
#STM32_BOOTLOADER_ADDRESS = 0x1FFFC800
# 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
# Build Options
# comment out to disable the options.
#


Loading…
Cancel
Save