[Keyboard] Fix bootloader size for v60_type_r (#4873)

rgb7seg
WillyPillow 6 years ago committed by Drashna Jaelre
parent 1d0bc5b7ba
commit 81c1bad7c0
  1. 15
      keyboards/v60_type_r/rules.mk

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

Loading…
Cancel
Save