Skip to content

Commit

Permalink
[Keyboard] Fix bootloader size for v60_type_r (qmk#4873)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillyPillow authored and dlafrance committed May 24, 2019
1 parent cb0ac0f commit 5459d0a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions keyboards/v60_type_r/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ F_USB = $(F_CPU)
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=512
# Bootloader selection
# Teensy halfkay
# Pro Micro caterina
# Atmel DFU atmel-dfu
# LUFA DFU lufa-dfu
# QMK DFU qmk-dfu
# atmega32a bootloadHID
BOOTLOADER = atmel-dfu


# Build Options
Expand Down

0 comments on commit 5459d0a

Please sign in to comment.