diff options
| author | Drashna Jaelre <drashna@live.com> | 2019-05-03 08:24:22 -0700 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-05-03 08:24:22 -0700 |
| commit | 41beecfc1847bd0039c508753a212fa18f207e3f (patch) | |
| tree | 48569d636367b6f1ec50d7010ebf47315f4412d8 /keyboards/infinity60 | |
| parent | 29f68459a01c155ca64aed4ec0ba083d0dee0d2e (diff) | |
| download | qmk_firmware-41beecfc1847bd0039c508753a212fa18f207e3f.tar.gz qmk_firmware-41beecfc1847bd0039c508753a212fa18f207e3f.zip | |
Add DFU Suffix for ARM boards (#5763)
* Add DFU Suffix for ARM boards
* Blindly flash DFU SUFFIX ARGS for now
* Fix commented out check
* Fix DFU Suffix Argument check
Thank you jack!
* Update Travis CI Scripts to include dfu-util
So we can get dfu-suffix as well
* Manually add dfu-suffix package
* Use external repo for newer version of dfu-util
One that includes dfu-suffix
* Update .travis.yml
* Silence unnecessary output from dfu-suffix
Diffstat (limited to 'keyboards/infinity60')
| -rw-r--r-- | keyboards/infinity60/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/infinity60/rules.mk b/keyboards/infinity60/rules.mk index 8cb2b3755..1f02e05c8 100644 --- a/keyboards/infinity60/rules.mk +++ b/keyboards/infinity60/rules.mk | |||
| @@ -58,6 +58,7 @@ OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000 | |||
| 58 | # | 58 | # |
| 59 | 59 | ||
| 60 | DFU_ARGS = -d 1c11:b007 | 60 | DFU_ARGS = -d 1c11:b007 |
| 61 | DFU_SUFFIX_ARGS = -p b007 -v 1c11 | ||
| 61 | 62 | ||
| 62 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration | 63 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
| 63 | ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) | 64 | ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) |
