Browse Source

keyboard.jsonschema: deprecate sync_layer_state

pull/23149/head
Evils 1 year ago
parent
commit
8578d71ea2
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      data/schemas/keyboard.jsonschema

+ 4
- 0
data/schemas/keyboard.jsonschema View File

@ -808,6 +808,10 @@
"type": "boolean",
"$comment": "Deprecated: use sync.modifiers instead"
}
"sync_layer_state": {
"type": "boolean",
"$comment": "Deprecated: use sync.layer_state instead"
}
}
},
"usb_detect": {


Loading…
Cancel
Save