summaryrefslogtreecommitdiff
path: root/data/schemas
diff options
context:
space:
mode:
authorChad Austin <chad@chadaustin.me>2021-12-26 18:44:56 -0800
committerGitHub <noreply@github.com>2021-12-27 13:44:56 +1100
commit25713dc2225556b20101347580146f9820d5e831 (patch)
tree7ac7ed08f912b164161823305be08bb42a3b8d30 /data/schemas
parente15dbb49e01c3a6b8fbb9bbb0a38a3f5cf25bbd5 (diff)
Add sym_defer_pr debouncer type (#14948)
Diffstat (limited to 'data/schemas')
-rw-r--r--data/schemas/keyboard.jsonschema2
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",