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:
parent
64b84385cd
commit
ccb37b155c
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue