Migrate MCU
and BOOTLOADER
to data-driven (#19529)
This commit is contained in:
parent
3499677b6a
commit
f9aeea64c1
4886 changed files with 5301 additions and 14866 deletions
|
@ -7,6 +7,7 @@
|
|||
"vid": "0x1209",
|
||||
"pid": "0xBEE5"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"community_layouts": ["ortho_4x12"],
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"usb": {
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
},
|
||||
"bootloader": "caterina"
|
||||
}
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
# Bootloader selection
|
||||
BOOTLOADER = caterina
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# MCU name
|
||||
MCU = atmega32u4
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue