Browse Source

[Keyboard] Support flashing DZ60 with :flash command (#6624)

pull/6640/head
Jonathan Rascher 4 years ago
committed by Drashna Jaelre
parent
commit
733ec614d8
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      keyboards/dz60/rules.mk

+ 1
- 4
keyboards/dz60/rules.mk View File

@ -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.


Loading…
Cancel
Save