Add haptic driver to keyboard.json schema (#23591)
This commit is contained in:
parent
d9740c9de1
commit
c505ea48b3
38 changed files with 64 additions and 18 deletions
|
@ -387,6 +387,15 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"haptic": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"driver": {
|
||||
"type": "string",
|
||||
"enum": ["drv2605l", "solenoid"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"leader_key": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue