Cleanup rules.mk for 32A and 328P keyboards (#6767)

This commit is contained in:
fauxpark
2019-09-21 15:06:32 +10:00
committed by Drashna Jaelre
parent beb4a12c9d
commit de4a47f1cc
40 changed files with 333 additions and 645 deletions

View File

@@ -7,21 +7,9 @@ MCU = atmega328p
# Atmel DFU atmel-dfu
# LUFA DFU lufa-dfu
# QMK DFU qmk-dfu
# atmega32a bootloadHID
#
# This uses usbaspbootloader
# BOOTLOADER = atmel-dfu
# If you don't know the bootloader type, then you can specify the
# Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line
# Teensy halfKay 512
# Teensy++ halfKay 1024
# Atmel DFU loader 4096
# LUFA bootloader 4096
# USBaspLoader 2048
# OPT_DEFS += -DBOOTLOADER_SIZE=4096
OPT_DEFS += -DBOOTLOADER_SIZE=2048
# ATmega32A bootloadHID
# ATmega328P USBasp
BOOTLOADER = USBasp
# Flash program via avrdude, but default command is not suitable.
# You can use plaid:default:program