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:
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.