summaryrefslogtreecommitdiff
path: root/data/schemas
diff options
context:
space:
mode:
authorLess/Rikki <86894501+lesshonor@users.noreply.github.com>2022-10-07 01:58:13 -0400
committerGitHub <noreply@github.com>2022-10-06 22:58:13 -0700
commita8d6b37fac324910f83f524f008c8def40445c86 (patch)
tree70b0936aed6083c7d280412b44cfe3130fd77dcb /data/schemas
parentca2f9e4c8f483da93d7c082b4640832912bec76a (diff)
DD mappings for build.debounce_type and backlight.levels (#18628)
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 0308f45116..4c785a968a 100644
--- a/data/schemas/keyboard.jsonschema
+++ b/data/schemas/keyboard.jsonschema
@@ -120,7 +120,7 @@
"properties": {
"debounce_type": {
"type": "string",
- "enum": ["custom", "eager_pk", "eager_pr", "sym_defer_pk", "sym_defer_pr", "sym_eager_pk"]
+ "enum": ["asym_eager_defer_pk", "custom", "sym_defer_g", "sym_defer_pk", "sym_defer_pr", "sym_eager_pk", "sym_eager_pr"]
},
"firmware_format": {
"type": "string",