]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
pegasushoof Specify the bootloader to use :flash (#6614)
authorYan-Fa Li <yanfali@gmail.com>
Mon, 26 Aug 2019 18:08:18 +0000 (11:08 -0700)
committerDrashna Jaelre <drashna@live.com>
Mon, 26 Aug 2019 18:08:18 +0000 (11:08 -0700)
A support for newer :flash command to pegasus hoof

keyboards/bpiphany/pegasushoof/rules.mk

index e81ee886efe9b77517bdc82a1418658b8a795b1e..58b8f09e11cf88ceabc09f77e0a022751e1ea8e1 100644 (file)
@@ -36,15 +36,7 @@ F_USB = $(F_CPU)
 # Interrupt driven control endpoint task(+60)
 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
 
-
-# Boot Section Size in *bytes*
-#   Teensy halfKay   512
-#   Teensy++ halfKay 1024
-#   Atmel DFU loader 4096
-#   LUFA bootloader  4096
-#   USBaspLoader     2048
-OPT_DEFS += -DBOOTLOADER_SIZE=4096
-
+BOOTLOADER=atmel-dfu
 
 # Build Options
 #   change yes to no to disable