Skip to content

Commit daf6968

Browse files
authored
fix: Fix startup sound for Preonic (#25132) (#25133)
Add `AUDIO_INIT_DELAY ` to config.h to resolve
1 parent f549b30 commit daf6968

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

keyboards/preonic/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2020
#define AUDIO_VOICES
2121
#define AUDIO_PIN C6
2222

23+
#define AUDIO_INIT_DELAY
24+
2325
/*
2426
* Feature disable options
2527
* These options are also useful to firmware size reduction.

0 commit comments

Comments
 (0)