Specifying the default board file is redundant (#20807)

This commit is contained in:
Joel Challis 2023-05-09 01:05:29 +01:00 committed by GitHub
parent 54d172830c
commit c7c510f53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@
"keyboard_name": "Vero", "keyboard_name": "Vero",
"maintainer": "arnstadm", "maintainer": "arnstadm",
"bootloader": "stm32-dfu", "bootloader": "stm32-dfu",
"board": "GENERIC_STM32_F411XE",
"diode_direction": "COL2ROW", "diode_direction": "COL2ROW",
"features": { "features": {
"bootmagic": true, "bootmagic": true,

View File

@ -5,7 +5,6 @@
"url": "https://mpwr.xyz/projects/e80-1800.html", "url": "https://mpwr.xyz/projects/e80-1800.html",
"bootloader": "stm32-dfu", "bootloader": "stm32-dfu",
"processor": "STM32F072", "processor": "STM32F072",
"board": "GENERIC_STM32_F072XB",
"usb": { "usb": {
"vid": "0x6562", "vid": "0x6562",
"pid": "0x1338", "pid": "0x1338",

View File

@ -5,7 +5,6 @@
"url": "https://nvil.gg", "url": "https://nvil.gg",
"bootloader": "stm32-dfu", "bootloader": "stm32-dfu",
"processor": "STM32F411", "processor": "STM32F411",
"board": "GENERIC_STM32_F411XE",
"usb": { "usb": {
"vid": "0x7470", "vid": "0x7470",
"device_version": "1.0.0", "device_version": "1.0.0",