1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 59 additions and 22 deletions

View file

@ -19,6 +19,7 @@
"oled": true
},
"audio": {
"driver": "pwm_hardware",
"power_control": {
"pin": "GP14"
}

View file

@ -1,2 +1 @@
AUDIO_DRIVER = pwm_hardware
OLED_TRANSPORT = spi