Browse Source

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

Setting the bootloader for something with `promicro` in the name to
`atmel-dfu` was really confusing.
Sergey Vlasov 3 years ago
parent
commit
ccb37b155c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      keyboards/ez_maker/directpins/promicro/info.json

+ 1 - 2
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",