Migrate MCU
and BOOTLOADER
to data-driven (#19529)
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
"pid": "0x6060",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"debounce": 10,
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
|
@@ -1,9 +1,3 @@
|
||||
# MCU name
|
||||
MCU = atmega32u4
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = atmel-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
4
keyboards/nullbitsco/scramble/v1/info.json
Normal file
4
keyboards/nullbitsco/scramble/v1/info.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"processor": "atmega328p",
|
||||
"bootloader": "usbasploader"
|
||||
}
|
@@ -1,11 +1,3 @@
|
||||
# NOTE: This file is specific to AVR builds.
|
||||
|
||||
# MCU name
|
||||
MCU = atmega328p
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = usbasploader
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
4
keyboards/nullbitsco/scramble/v2/info.json
Normal file
4
keyboards/nullbitsco/scramble/v2/info.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"processor": "RP2040",
|
||||
"bootloader": "rp2040"
|
||||
}
|
@@ -1,11 +1,3 @@
|
||||
# NOTE: This file is is specific to RP2040 builds.
|
||||
|
||||
# MCU name
|
||||
MCU = RP2040
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = rp2040
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
@@ -7,6 +7,8 @@
|
||||
"pid": "0x6064",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
@@ -1,9 +1,3 @@
|
||||
# MCU name
|
||||
MCU = atmega32u4
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = atmel-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
Reference in New Issue
Block a user