Migrate MCU
and BOOTLOADER
to data-driven (#19529)
This commit is contained in:
3
keyboards/converter/usb_usb/ble/info.json
Normal file
3
keyboards/converter/usb_usb/ble/info.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"bootloader": "caterina"
|
||||
}
|
3
keyboards/converter/usb_usb/hasu/info.json
Normal file
3
keyboards/converter/usb_usb/hasu/info.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"bootloader": "atmel-dfu"
|
||||
}
|
@@ -1,5 +1,2 @@
|
||||
# Processor frequency
|
||||
F_CPU = 16000000
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = atmel-dfu
|
||||
|
@@ -8,6 +8,7 @@
|
||||
"pid": "0x005B",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"community_layouts": ["fullsize_ansi", "fullsize_iso"],
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
|
3
keyboards/converter/usb_usb/pro_micro/info.json
Normal file
3
keyboards/converter/usb_usb/pro_micro/info.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"bootloader": "caterina"
|
||||
}
|
@@ -1,9 +1,3 @@
|
||||
# MCU name
|
||||
MCU = atmega32u4
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = caterina
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
Reference in New Issue
Block a user