diff options
| author | Drashna Jaelre <drashna@live.com> | 2019-08-20 15:39:24 -0700 |
|---|---|---|
| committer | Yan-Fa Li <yanfali@gmail.com> | 2019-08-20 15:39:24 -0700 |
| commit | 4003d077cef42d7a3405250ea6417db3a3549e9e (patch) | |
| tree | 012079bc5fac326baafaba6514843e7ef0a05e5e /keyboards/infinity60 | |
| parent | 91ee6a1dbb6f43ac708b0dc301f5cbcef6dcfdf5 (diff) | |
| download | qmk_firmware-4003d077cef42d7a3405250ea6417db3a3549e9e.tar.gz qmk_firmware-4003d077cef42d7a3405250ea6417db3a3549e9e.zip | |
Add a universal flash command for cli (#6224)
* Add universal flash command
* Add bootloader info to I:C boards
* Add support for ATSAM
* Add messages for flash target
* Message cleanup
* Add USB ASP Flashing target
* Make usbasp target more universal
* Add phoney target for usbasp
* Clarify error message when bootloader isn't matched
Diffstat (limited to 'keyboards/infinity60')
| -rw-r--r-- | keyboards/infinity60/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/infinity60/rules.mk b/keyboards/infinity60/rules.mk index 1f02e05c8..6fb43dc75 100644 --- a/keyboards/infinity60/rules.mk +++ b/keyboards/infinity60/rules.mk | |||
| @@ -53,6 +53,8 @@ ARMV = 7 | |||
| 53 | # The CORTEX_VTOR... is needed only for MCHCK/Infinity KB | 53 | # The CORTEX_VTOR... is needed only for MCHCK/Infinity KB |
| 54 | OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000 | 54 | OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000 |
| 55 | 55 | ||
| 56 | BOOTLOADER = dfu | ||
| 57 | |||
| 56 | # Build Options | 58 | # Build Options |
| 57 | # comment out to disable the options. | 59 | # comment out to disable the options. |
| 58 | # | 60 | # |
