diff options
author | Ryan <fauxpark@gmail.com> | 2023-05-20 22:12:59 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-20 22:12:59 +1000 |
commit | ab8c5013c856bfa23289d7892be1c2bee808b542 (patch) | |
tree | 79af0e03a476908bd5f74b9528f8c9ee43f24188 /data | |
parent | 7b31c18d464356bde219c5b3fff346f3e7a89d1a (diff) |
BIOI G60/Morgan65: use custom Bluetooth driver (#20897)
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 d608e8f796..ba4a7eec55 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -146,7 +146,7 @@ "properties": { "driver": { "type": "string", - "enum": ["BluefruitLE", "RN42"] + "enum": ["BluefruitLE", "RN42", "custom"] } } }, |