diff options
author | Joel Challis <git@zvecr.com> | 2022-09-18 20:30:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-18 20:30:27 +0100 |
commit | 11551406317578085bcac124d6857c0aca4133e0 (patch) | |
tree | 464bbb6667deafd149a8b1ba2b5ed7fb636d8b66 /data | |
parent | a3a47a6556b42645cee43025fb0863e057d70a09 (diff) |
Add Elite-C to converters (#18309)
Diffstat (limited to 'data')
-rw-r--r-- | data/schemas/keyboard.jsonschema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index 7e0400d7f7..1b62f30eba 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -38,7 +38,7 @@ }, "pin_compatible": { "type": "string", - "enum": ["promicro"] + "enum": ["promicro", "elite_c"] }, "processor": { "type": "string", |