diff options
| author | Jonathan Rascher <jon@bcat.name> | 2019-08-30 19:44:47 -0500 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-08-30 17:44:47 -0700 |
| commit | 733ec614d89b42f589075a28d6041c0f756e60b4 (patch) | |
| tree | bdb9ddd2904552d3da96f5cbc92d557f34e1000a | |
| parent | 075495a7923418d7105f748de29b8279c5051dd9 (diff) | |
| download | qmk_firmware-733ec614d89b42f589075a28d6041c0f756e60b4.tar.gz qmk_firmware-733ec614d89b42f589075a28d6041c0f756e60b4.zip | |
[Keyboard] Support flashing DZ60 with :flash command (#6624)
| -rw-r--r-- | keyboards/dz60/rules.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/dz60/rules.mk b/keyboards/dz60/rules.mk index ed683dbfa..33beea728 100644 --- a/keyboards/dz60/rules.mk +++ b/keyboards/dz60/rules.mk | |||
| @@ -36,10 +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 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
| 42 | |||
| 43 | 40 | ||
| 44 | # Build Options | 41 | # Build Options |
| 45 | # comment out to disable the options. | 42 | # comment out to disable the options. |
