Add audio driver to keyboard.json schema (#23616)

This commit is contained in:
Joel Challis
2024-04-26 05:41:22 +01:00
committed by GitHub
parent 42f61611e8
commit d333a25868
39 changed files with 59 additions and 22 deletions

View File

@@ -10,6 +10,9 @@
"cols": ["GP0", "GP1", "GP2", "GP3", "GP4", "GP5", "GP6", "GP7", "GP8", "GP9", "GP10", "GP11"],
"rows": ["GP12", "GP13", "GP16", "GP17"]
},
"audio": {
"driver": "pwm_hardware"
},
"ws2812": {
"driver": "vendor",
"pin": "GP21"

View File

@@ -1,2 +1 @@
AUDIO_DRIVER = pwm_hardware
QUANTUM_PAINTER_DRIVERS += st7735_spi

View File

@@ -10,6 +10,9 @@
"cols": ["GP0", "GP1", "GP2", "GP3", "GP4", "GP5", "GP6", "GP7", "GP8", "GP9", "GP10", "GP11"],
"rows": ["GP12", "GP13", "GP16", "GP17", "GP18"]
},
"audio": {
"driver": "pwm_hardware"
},
"ws2812": {
"driver": "vendor",
"pin": "GP21"

View File

@@ -1,2 +1 @@
AUDIO_DRIVER = pwm_hardware
QUANTUM_PAINTER_DRIVERS += st7735_spi

View File

@@ -32,6 +32,9 @@
"pid": "0x7563",
"vid": "0x4273"
},
"audio": {
"driver": "pwm_hardware"
},
"ws2812": {
"driver": "vendor",
"pin": "GP29"

View File

@@ -1,3 +1,2 @@
SERIAL_DRIVER = vendor
AUDIO_DRIVER = pwm_hardware
POINTING_DEVICE_DRIVER = analog_joystick