qmk_firmware/quantum/audio
Sergey Vlasov fe9bd0afb9
Fix F303 audio output on A4 with the dac_basic driver (#12480)
The dac_basic driver did not work properly with `#define AUDIO_PIN A4`
(instead of configuring the A4 pin, the driver actually was switching
the A5 pin to analog mode, breaking any other usage of that pin in
addition to emitting a distorted signal on the improperly configured
A4 pin).  Fix the code to configure the A4 pin as intended.
2021-04-19 00:32:14 -07:00
..
audio.c
audio.h
driver_avr_pwm.h
driver_avr_pwm_hardware.c
driver_chibios_dac.h
driver_chibios_dac_additive.c
driver_chibios_dac_basic.c Fix F303 audio output on A4 with the dac_basic driver (#12480) 2021-04-19 00:32:14 -07:00
driver_chibios_pwm.h
driver_chibios_pwm_hardware.c
driver_chibios_pwm_software.c
luts.c
luts.h
muse.c
muse.h
musical_notes.h
song_list.h
voices.c
voices.h