Skip to content

Commit

Permalink
[Keyboard] Support flashing Instant60 from command line (qmk#6625)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcat authored and drashna committed Aug 31, 2019
1 parent feb1742 commit 075495a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions keyboards/cannonkeys/instant60/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit 075495a

Please sign in to comment.