diff options
author | Chad Austin <chad@chadaustin.me> | 2021-12-26 18:44:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-27 13:44:56 +1100 |
commit | 25713dc2225556b20101347580146f9820d5e831 (patch) | |
tree | 7ac7ed08f912b164161823305be08bb42a3b8d30 /data/schemas/keyboard.jsonschema | |
parent | e15dbb49e01c3a6b8fbb9bbb0a38a3f5cf25bbd5 (diff) | |
download | qmk_firmware-25713dc2225556b20101347580146f9820d5e831.tar.gz qmk_firmware-25713dc2225556b20101347580146f9820d5e831.zip |
Add sym_defer_pr debouncer type (#14948)
Diffstat (limited to 'data/schemas/keyboard.jsonschema')
-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 308f9b782b..2daeaf04b4 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -69,7 +69,7 @@ "properties": { "debounce_type": { "type": "string", - "enum": ["custom", "eager_pk", "eager_pr", "sym_defer_pk", "sym_eager_pk"] + "enum": ["custom", "eager_pk", "eager_pr", "sym_defer_pk", "sym_defer_pr", "sym_eager_pk"] }, "firmware_format": { "type": "string", |