summaryrefslogtreecommitdiff
path: root/data/schemas
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-08-29 06:20:43 +1000
committerGitHub <noreply@github.com>2022-08-28 21:20:43 +0100
commitd18698a8e8d83d47d48b8501932e6a046148f95a (patch)
treed5f4b28e672a8ade588544d61af5d6e789dd4771 /data/schemas
parent8fc62cb09844b635039f1a1b1349f445920ee118 (diff)
Remove deprecated USBasp and bootloadHID bootloader types (#18195)
Diffstat (limited to 'data/schemas')
-rw-r--r--data/schemas/keyboard.jsonschema2
1 files changed, 0 insertions, 2 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema
index 0308f45116..b534f28c9f 100644
--- a/data/schemas/keyboard.jsonschema
+++ b/data/schemas/keyboard.jsonschema
@@ -89,7 +89,6 @@
"enum": [
"atmel-dfu",
"bootloadhid",
- "bootloadHID",
"caterina",
"custom",
"gd32v-dfu",
@@ -106,7 +105,6 @@
"tinyuf2",
"unknown",
"usbasploader",
- "USBasp",
"wb32-dfu"
]
},