Add audio driver to keyboard.json schema (#23616)
This commit is contained in:
parent
42f61611e8
commit
d333a25868
39 changed files with 59 additions and 22 deletions
|
|
@ -17,6 +17,9 @@
|
|||
"mousekey": true,
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"audio": {
|
||||
"driver": "pwm_hardware"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["GP8", "GP9", "GP10", "GP11", "GP12", "GP13", "GP14", "GP15", "GP16"],
|
||||
"rows": ["GP22", "GP21", "GP20", "GP19", "GP18", "GP17"]
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
SERIAL_DRIVER = vendor
|
||||
AUDIO_DRIVER = pwm_hardware
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue