forked from mirrors/qmk_firmware
Specifying the default board file is redundant (#20807)
This commit is contained in:
parent
54d172830c
commit
c7c510f53f
3 changed files with 0 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
|||
"keyboard_name": "Vero",
|
||||
"maintainer": "arnstadm",
|
||||
"bootloader": "stm32-dfu",
|
||||
"board": "GENERIC_STM32_F411XE",
|
||||
"diode_direction": "COL2ROW",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
"url": "https://mpwr.xyz/projects/e80-1800.html",
|
||||
"bootloader": "stm32-dfu",
|
||||
"processor": "STM32F072",
|
||||
"board": "GENERIC_STM32_F072XB",
|
||||
"usb": {
|
||||
"vid": "0x6562",
|
||||
"pid": "0x1338",
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
"url": "https://nvil.gg",
|
||||
"bootloader": "stm32-dfu",
|
||||
"processor": "STM32F411",
|
||||
"board": "GENERIC_STM32_F411XE",
|
||||
"usb": {
|
||||
"vid": "0x7470",
|
||||
"device_version": "1.0.0",
|
||||
|
|
Loading…
Reference in a new issue