From e0ef1fc3a7aea18d5b389015af6e7a3697d5f5da Mon Sep 17 00:00:00 2001 From: Florian Didron Date: Fri, 3 Jun 2022 11:33:32 +0900 Subject: fix: adds slight delay before playing startup song (#346) * fix: adds slight delay before playing startup song * Revert "fix: adds slight delay before playing startup song" This reverts commit f6df4a322307f41b4e0107a15f6a46ce1a63e88f. * fix: use AUDIO_DELAY_INIT to fix the glitch * fix: use AUDIO_DELAY_INIT with the default 300ms delay --- keyboards/planck/ez/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'keyboards/planck') diff --git a/keyboards/planck/ez/config.h b/keyboards/planck/ez/config.h index 2475401535..9a75030e10 100644 --- a/keyboards/planck/ez/config.h +++ b/keyboards/planck/ez/config.h @@ -62,6 +62,7 @@ #define AUDIO_PIN A5 #define AUDIO_PIN_ALT A4 #define AUDIO_PIN_ALT_AS_NEGATIVE +#define AUDIO_INIT_DELAY /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ // #define DEBOUNCE 6 -- cgit v1.2.3