1
0

Update keyboards/pabile/p20/rules.mk

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
This commit is contained in:
pabile
2020-05-08 11:21:02 +08:00
committed by GitHub
parent 31b09ebd40
commit 9027d0e3a9

View File

@@ -1,12 +1,14 @@
# MCU name # MCU name
MCU = atmega32u4 MCU = atmega32u4
# Boot Section Size in *bytes* # Bootloader selection
# Teensy halfKay # Teensy halfkay
# Teensy++ halfKay # Pro Micro caterina
# Atmel DFU loader # Atmel DFU atmel-dfu
# LUFA bootloader # LUFA DFU lufa-dfu
# USBaspLoader # QMK DFU qmk-dfu
# ATmega32A bootloadHID
# ATmega328P USBasp
BOOTLOADER = caterina BOOTLOADER = caterina
# Build Options # Build Options