qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit ccb37b155cc8efcb286465dd141490a30f8ac6b5
parent 64b84385cd00301935b2f289f594dc9649d59e21
Author: Sergey Vlasov <sigprof@gmail.com>
Date:   Sat, 29 Apr 2023 22:05:24 +0300

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

Setting the bootloader for something with `promicro` in the name to
`atmel-dfu` was really confusing.
Diffstat:
Mkeyboards/ez_maker/directpins/promicro/info.json | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/keyboards/ez_maker/directpins/promicro/info.json b/keyboards/ez_maker/directpins/promicro/info.json @@ -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",