ez_maker/directpins/promicro: Fix bootloader mismatch (#20627)

Setting the bootloader for something with `promicro` in the name to
`atmel-dfu` was really confusing.
This commit is contained in:
Sergey Vlasov 2023-04-29 22:05:24 +03:00 committed by GitHub
parent 64b84385cd
commit ccb37b155c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
"manufacturer": "Zach White", "manufacturer": "Zach White",
"keyboard_name": "DirectPins ProMicro", "keyboard_name": "DirectPins ProMicro",
"maintainer": "skullydazed", "maintainer": "skullydazed",
"bootloader": "atmel-dfu", "development_board": "promicro",
"features": { "features": {
"bootmagic": true, "bootmagic": true,
"extrakey": true, "extrakey": true,
@ -22,7 +22,6 @@
["B5", "B6"] ["B5", "B6"]
] ]
}, },
"processor": "atmega32u4",
"usb": { "usb": {
"device_version": "0.0.1", "device_version": "0.0.1",
"pid": "0x2320", "pid": "0x2320",