Cleanup rules.mk for 32A and 328P keyboards (#6767)
This commit is contained in:
parent
beb4a12c9d
commit
de4a47f1cc
40 changed files with 333 additions and 645 deletions
|
@ -1,7 +1,15 @@
|
|||
# MCU name
|
||||
MCU = atmega328p
|
||||
|
||||
BOOTLOADER = bootloadHID
|
||||
# Bootloader selection
|
||||
# Teensy halfkay
|
||||
# Pro Micro caterina
|
||||
# Atmel DFU atmel-dfu
|
||||
# LUFA DFU lufa-dfu
|
||||
# QMK DFU qmk-dfu
|
||||
# ATmega32A bootloadHID
|
||||
# ATmega328P USBasp
|
||||
BOOTLOADER = USBasp
|
||||
|
||||
# Flash program via avrdude, but default command is not suitable.
|
||||
# You can use hnah40:default:program
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue