diff options
| author | Yan-Fa Li <yanfali@gmail.com> | 2019-08-26 11:08:18 -0700 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-08-26 11:08:18 -0700 |
| commit | d2ce12d15d2917327b6864809a5b6b5c44d001bd (patch) | |
| tree | d45e10e9bbbbee40fc4bd634e7e054d049fd2fcf | |
| parent | bc86eb223378e4f83f20105f1a0ec61a2d012b78 (diff) | |
| download | qmk_firmware-d2ce12d15d2917327b6864809a5b6b5c44d001bd.tar.gz qmk_firmware-d2ce12d15d2917327b6864809a5b6b5c44d001bd.zip | |
pegasushoof Specify the bootloader to use :flash (#6614)
A support for newer :flash command to pegasus hoof
| -rw-r--r-- | keyboards/bpiphany/pegasushoof/rules.mk | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/keyboards/bpiphany/pegasushoof/rules.mk b/keyboards/bpiphany/pegasushoof/rules.mk index e81ee886e..58b8f09e1 100644 --- a/keyboards/bpiphany/pegasushoof/rules.mk +++ b/keyboards/bpiphany/pegasushoof/rules.mk | |||
| @@ -36,15 +36,7 @@ F_USB = $(F_CPU) | |||
| 36 | # Interrupt driven control endpoint task(+60) | 36 | # Interrupt driven control endpoint task(+60) |
| 37 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | 37 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT |
| 38 | 38 | ||
| 39 | 39 | BOOTLOADER=atmel-dfu | |
| 40 | # Boot Section Size in *bytes* | ||
| 41 | # Teensy halfKay 512 | ||
| 42 | # Teensy++ halfKay 1024 | ||
| 43 | # Atmel DFU loader 4096 | ||
| 44 | # LUFA bootloader 4096 | ||
| 45 | # USBaspLoader 2048 | ||
| 46 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
| 47 | |||
| 48 | 40 | ||
| 49 | # Build Options | 41 | # Build Options |
| 50 | # change yes to no to disable | 42 | # change yes to no to disable |
