Migrate MCU
and BOOTLOADER
to data-driven (#19529)
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
"pid": "0x3435",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
@@ -1,12 +1,3 @@
|
||||
|
||||
# MCU for Elite-C/Pro Micro
|
||||
MCU = atmega32u4
|
||||
|
||||
# BOOTLOADER for Elite-C
|
||||
BOOTLOADER = atmel-dfu
|
||||
# BOOTLOADER for Pro Micro
|
||||
# BOOTLOADER = caterina
|
||||
|
||||
# Build Options
|
||||
|
||||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
||||
|
Reference in New Issue
Block a user