From ced4a6446c55ea384514836c5246221d5fad11ac Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 24 Apr 2020 14:46:39 +0200 Subject: [PATCH] audio-configuration: add Changelog entry --- docs/ChangeLog/20200530/PR8903.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/ChangeLog/20200530/PR8903.md diff --git a/docs/ChangeLog/20200530/PR8903.md b/docs/ChangeLog/20200530/PR8903.md new file mode 100644 index 000000000000..61d686ba344f --- /dev/null +++ b/docs/ChangeLog/20200530/PR8903.md @@ -0,0 +1,6 @@ +## fixing wrong configuration of AUDIO feature + +* audio_avr.c does not default to any pin, there has to be a #define XX_AUDIO in config.h at some level, for it to actually work + otherwise the audio-code ends up cluttering the firmware, possibly breaking builds because the maximum allowed firmware size is exceeded + +=> these changes whant to fix this by disabling audio on keyboards that have audio misconfigured=non-functional