1
0
Fork 0

Add sym_defer_pr debouncer type (#14948)

This commit is contained in:
Chad Austin 2021-12-26 18:44:56 -08:00 committed by GitHub
parent e15dbb49e0
commit 25713dc222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 303 additions and 1 deletions

View file

@ -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",