Ensure all keyboards have a bootloader set (#18234)

This commit is contained in:
Ryan
2022-09-01 02:36:41 +10:00
committed by GitHub
parent bb6f028833
commit 50c4ca3426
15 changed files with 16 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
MCU = atmega32u4
# BOOTLOADER for Elite-C
# BOOTLOADER = atmel-dfu
BOOTLOADER = atmel-dfu
# BOOTLOADER for Pro Micro
# BOOTLOADER = caterina

View File

@@ -3,6 +3,8 @@
"manufacturer": "tshort",
"url": "",
"maintainer": "veikman",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"usb": {
"vid": "0x444D",
"pid": "0x3632",