Configure boards to use development_board - UVWXYZ (#25288)

This commit is contained in:
Joel Challis 2025-05-23 01:27:00 +01:00 committed by GitHub
parent f3b974f216
commit 196285c59c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 22 additions and 44 deletions

View file

@ -37,8 +37,7 @@
"pin": "D0"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",
"development_board": "promicro",
"layouts": {
"LAYOUT": {
"layout": [

View file

@ -31,8 +31,7 @@
"pin": "D0"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",
"development_board": "promicro",
"layout_aliases": {
"LAYOUT_ortho_4x12_2x2u": "LAYOUT"
},

View file

@ -29,8 +29,7 @@
"pin": "C6",
"levels": 5
},
"processor": "atmega32u4",
"bootloader": "caterina",
"development_board": "promicro",
"community_layouts": ["ortho_5x4"],
"layout_aliases": {
"LAYOUT": "LAYOUT_ortho_5x4"