logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: daf696894773d0884bb6d0c542966d6db0f1af4d
parent f549b30760a69f8279390469df0de2bcab434c57
Author: Luis Garcia <luis@bitjester.com>
Date:   Fri, 11 Apr 2025 11:26:13 -0500

fix: Fix startup sound for Preonic (#25132) (#25133)

Add `AUDIO_INIT_DELAY ` to config.h to resolve

Diffstat:

Mkeyboards/preonic/config.h2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/keyboards/preonic/config.h b/keyboards/preonic/config.h @@ -20,6 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define AUDIO_VOICES #define AUDIO_PIN C6 +#define AUDIO_INIT_DELAY + /* * Feature disable options * These options are also useful to firmware size reduction.