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
+1
View File
@@ -7,6 +7,7 @@
"vid": "0x1209",
"pid": "0xBEE5"
},
"processor": "atmega32u4",
"community_layouts": ["ortho_4x12"],
"layouts": {
"LAYOUT": {
+2 -1
View File
@@ -1,5 +1,6 @@
{
"usb": {
"device_version": "0.0.1"
}
},
"bootloader": "caterina"
}
@@ -1,4 +1 @@
# Bootloader selection
BOOTLOADER = caterina
SPLIT_KEYBOARD = yes
+2 -1
View File
@@ -1,5 +1,6 @@
{
"usb": {
"device_version": "0.0.2"
}
},
"bootloader": "qmk-dfu"
}
@@ -1,6 +1,3 @@
# Bootloader selection
BOOTLOADER = qmk-dfu
SPLIT_KEYBOARD = yes
# Disable unsupported hardware
-3
View File
@@ -1,6 +1,3 @@
# MCU name
MCU = atmega32u4
# Build Options
# change yes to no to disable
#