diff options
Diffstat (limited to 'keyboards')
-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 ed683dbfa2..33beea728c 100644 --- a/keyboards/dz60/rules.mk +++ b/keyboards/dz60/rules.mk @@ -36,10 +36,7 @@ F_USB = $(F_CPU) # Interrupt driven control endpoint task(+60) OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT - -# Boot Section Size in *bytes* -OPT_DEFS += -DBOOTLOADER_SIZE=4096 - +BOOTLOADER=atmel-dfu # Build Options # comment out to disable the options. |