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,6 +37,5 @@
"rgb_test": true
}
},
"processor": "atmega32u4",
"bootloader": "caterina"
"development_board": "promicro"
}

View file

@ -63,8 +63,7 @@
"rgb_test": true
}
},
"processor": "atmega32u4",
"bootloader": "caterina",
"development_board": "promicro",
"layouts": {
"LAYOUT": {
"layout": [

View file

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

View file

@ -28,8 +28,7 @@
"ws2812": {
"pin": "D3"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"development_board": "promicro",
"features": {
"bootmagic": true,
"command": true,