Specifying the default board file is redundant (#20807)

master
Joel Challis 2 years ago committed by GitHub
parent 54d172830c
commit c7c510f53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      keyboards/akb/vero/info.json
  2. 1
      keyboards/ebastler/e80_1800/info.json
  3. 1
      keyboards/teleport/native/info.json

@ -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,

@ -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",

@ -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",

Loading…
Cancel
Save