forked from mirrors/qmk_firmware
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",
|
||||
"keyboard_name": "DirectPins ProMicro",
|
||||
"maintainer": "skullydazed",
|
||||
"bootloader": "atmel-dfu",
|
||||
"development_board": "promicro",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"extrakey": true,
|
||||
|
@ -22,7 +22,6 @@
|
|||
["B5", "B6"]
|
||||
]
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"usb": {
|
||||
"device_version": "0.0.1",
|
||||
"pid": "0x2320",
|
||||
|
|
Loading…
Reference in a new issue