diff options
author | Ryan <fauxpark@gmail.com> | 2023-07-29 15:16:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-29 15:16:14 +1000 |
commit | b4a7b9253a996484b10b4762f7b2fff7c9105c34 (patch) | |
tree | 5690b166d442664d46df40cdf6c98c7bef247245 /data/schemas | |
parent | 4af6f1df06326376ce07a43560ff0a68e9dd1eb1 (diff) |
Bluetooth: driver naming cleanups (#21624)
Diffstat (limited to 'data/schemas')
-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 2051a7b8ba..cdea662192 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -148,7 +148,7 @@ "properties": { "driver": { "type": "string", - "enum": ["BluefruitLE", "RN42", "custom"] + "enum": ["bluefruit_le", "custom", "rn42"] } } }, |