diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-30 04:05:05 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 19:05:05 +0100 |
commit | ef775d0fc8ae70ac2d7add1a494427010f79049c (patch) | |
tree | cb4585d5e70343e1c61fc48297447d72b13c6eb8 /data/schemas | |
parent | e99ec28f5fffc41ce2662e883f7e9b56383d758b (diff) |
Fix incorrect `bluetooth.driver` rules.mk mapping (#18205)
Diffstat (limited to 'data/schemas')
-rw-r--r-- | data/schemas/keyboard.jsonschema | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index b534f28c9f..e425d13dd8 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -75,8 +75,7 @@ "driver": { "type": "string", "enum": ["BluefruitLE", "RN42"] - }, - "lto": {"type": "boolean"} + } } }, "board": { |