Migrate MCU and BOOTLOADER to data-driven (#19529)

This commit is contained in:
Ryan
2023-02-08 18:41:46 +11:00
committed by GitHub
parent 3499677b6a
commit f9aeea64c1
4886 changed files with 5301 additions and 14866 deletions

View File

@@ -8,6 +8,8 @@
"pid": "0x2004",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT_ortho_2x2": {
"layout": [

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u2
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u2
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#

View File

@@ -8,6 +8,8 @@
"pid": "0x6060",
"device_version": "0.0.1"
},
"processor": "atmega32u2",
"bootloader": "atmel-dfu",
"community_layouts": ["tkl_ansi"],
"layouts": {
"LAYOUT": {

View File

@@ -8,6 +8,8 @@
"pid": "0x6050",
"device_version": "1.0.4"
},
"processor": "atmega32u2",
"bootloader": "atmel-dfu",
"community_layouts": [
"fullsize_ansi",
"fullsize_iso"

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u2
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#

View File

@@ -8,6 +8,8 @@
"pid": "0xB919",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT": {
"layout": [

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#

View File

@@ -8,6 +8,8 @@
"pid": "0x6050",
"device_version": "1.0.4"
},
"processor": "atmega32u2",
"bootloader": "atmel-dfu",
"community_layouts": ["fullsize_ansi"],
"layouts": {
"LAYOUT": {

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u2
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#

View File

@@ -6,5 +6,7 @@
"vid": "0x4245",
"pid": "0x6050",
"device_version": "1.0.4"
}
},
"processor": "atmega32u2",
"bootloader": "atmel-dfu"
}

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u2
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#

View File

@@ -8,6 +8,8 @@
"pid": "0x6666",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "halfkay",
"layouts": {
"LAYOUT": {
"layout": [{"label":"K00", "x":0, "y":0}, {"label":"K01", "x":1, "y":0}, {"label":"K02", "x":2, "y":0}, {"label":"K03", "x":0, "y":1}, {"label":"K04", "x":1, "y":1}, {"label":"K05", "x":2, "y":1}]

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = halfkay
# Build Options
# change yes to no to disable
#

View File

@@ -8,6 +8,8 @@
"pid": "0x544C",
"device_version": "0.0.1"
},
"processor": "atmega32u2",
"bootloader": "atmel-dfu",
"community_layouts": ["fullsize_ansi"],
"layouts": {
"LAYOUT": {

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u2
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#

View File

@@ -7,6 +7,8 @@
"pid": "0x1337",
"device_version": "0.0.1"
},
"processor": "atmega32u2",
"bootloader": "atmel-dfu",
"community_layouts": ["tkl_ansi", "tkl_iso"],
"layouts": {
"LAYOUT_all": {

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u2
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#