summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Garcia <luis@bitjester.com>2025-04-11 11:26:13 -0500
committerGitHub <noreply@github.com>2025-04-11 17:26:13 +0100
commitdaf696894773d0884bb6d0c542966d6db0f1af4d (patch)
tree99aa5114be54ee65aacc0ad70e503de74dfd1db0
parentf549b30760a69f8279390469df0de2bcab434c57 (diff)
fix: Fix startup sound for Preonic (#25132) (#25133)
Add `AUDIO_INIT_DELAY ` to config.h to resolve
-rw-r--r--keyboards/preonic/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/preonic/config.h b/keyboards/preonic/config.h
index c47b9e7ed4..67ff77912c 100644
--- 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.