aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-07-24 23:00:57 -0700
committerGitHub <noreply@github.com>2021-07-24 23:00:57 -0700
commit71e9f8fc11f617278497611e169bf2ddccd2211c (patch)
tree7d4926faf648dc556f28ae7af284ce5eade61cf6 /data
parenta030950fd6754fae361845e872a4855032d6f666 (diff)
downloadqmk_firmware-71e9f8fc11f617278497611e169bf2ddccd2211c.tar.gz
qmk_firmware-71e9f8fc11f617278497611e169bf2ddccd2211c.zip
Update LUFA (18-07-2021) and add QMK-HID Bootloader support (#13588)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'data')
-rw-r--r--data/schemas/keyboard.jsonschema2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema
index 3a77b2067..6ac2c7c60 100644
--- a/data/schemas/keyboard.jsonschema
+++ b/data/schemas/keyboard.jsonschema
@@ -22,7 +22,7 @@
22 }, 22 },
23 "bootloader": { 23 "bootloader": {
24 "type": "string", 24 "type": "string",
25 "enum": ["atmel-dfu", "bootloadHID", "caterina", "halfkay", "kiibohd", "lufa-dfu", "lufa-ms", "micronucleus", "qmk-dfu", "stm32-dfu", "stm32duino", "unknown", "USBasp", "tinyuf2"] 25 "enum": ["atmel-dfu", "bootloadHID", "caterina", "halfkay", "kiibohd", "lufa-dfu", "lufa-ms", "micronucleus", "qmk-dfu", "qmk-hid", "stm32-dfu", "stm32duino", "unknown", "USBasp", "tinyuf2"]
26 }, 26 },
27 "diode_direction": { 27 "diode_direction": {
28 "type": "string", 28 "type": "string",