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
|
@ -31,6 +31,9 @@
|
|||
{"pin_a": "E0", "pin_b": "D7", "resolution": 1}
|
||||
]
|
||||
},
|
||||
"haptic": {
|
||||
"driver": "drv2605l"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "F4",
|
||||
"num_lock": "F5",
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
HAPTIC_DRIVER = drv2605l
|
|
@ -31,6 +31,9 @@
|
|||
"scroll_lock": "B2",
|
||||
"on_state": 0
|
||||
},
|
||||
"haptic": {
|
||||
"driver": "drv2605l"
|
||||
},
|
||||
"rgblight": {
|
||||
"saturation_steps": 8,
|
||||
"brightness_steps": 8,
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
HAPTIC_DRIVER = drv2605l
|
|
@ -31,6 +31,9 @@
|
|||
{"pin_a": "E7", "pin_b": "E6", "resolution": 1}
|
||||
]
|
||||
},
|
||||
"haptic": {
|
||||
"driver": "drv2605l"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "C5",
|
||||
"num_lock": "C4",
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
HAPTIC_DRIVER = drv2605l # Rumble motor
|
Loading…
Add table
Add a link
Reference in a new issue