diff options
| author | HiryKun | 2023-08-26 20:31:59 +0200 |
|---|---|---|
| committer | GitHub | 2023-08-26 20:31:59 +0200 |
| commit | 5cd47f50946c68a38bcfba70be7ebf123062d207 (patch) | |
| tree | 84f5a6a5c3a1ca157d59ba1a84458d8e37b9c7e3 | |
| parent | a9e2f6a25aeb0a3d69dcdeb33be0b364f9c37beb (diff) | |
Add "apm32-dfu" in keyboard.jsonschema (#21842)
| -rw-r--r-- | data/schemas/keyboard.jsonschema | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index 4beaa57a23..901caa75fe 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -176,6 +176,7 @@ "bootloader": { "type": "string", "enum": [ + "apm32-dfu", "atmel-dfu", "bootloadhid", "caterina", |