From: Yan-Fa Li <yanfali@gmail.com>
Date: Mon, 26 Aug 2019 18:08:18 +0000 (-0700)
Subject: pegasushoof Specify the bootloader to use :flash (#6614)
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d2ce12d15d2917327b6864809a5b6b5c44d001bd;p=qmk_firmware.git

pegasushoof Specify the bootloader to use :flash (#6614)

A support for newer :flash command to pegasus hoof
---

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)
 # 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