diff options
author | dexter93 <d3xter93@gmail.com> | 2022-12-08 18:09:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 03:09:01 +1100 |
commit | f2a8a13dbad220cfb0dfbd72a90492a15a2e58bb (patch) | |
tree | 92c2389bba9eb8faa00b13e68b57f8196e87fc84 /data/schemas | |
parent | 6668a0adb0b482a4b9adfab6693fc1b98a7eb16c (diff) |
Core: Support inverted scan logic for optical switches (#19053)
Diffstat (limited to 'data/schemas')
-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 5c0c23c2b1..7844bfd579 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -304,6 +304,7 @@ "custom": {"type": "boolean"}, "custom_lite": {"type": "boolean"}, "ghost": {"type": "boolean"}, + "input_pressed_state": {"$ref": "qmk.definitions.v1#/unsigned_int"}, "io_delay": {"$ref": "qmk.definitions.v1#/unsigned_int"}, "direct": { "type": "array", |