Browse Source

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

Add `AUDIO_INIT_DELAY ` to config.h to resolve
Luis Garcia 1 year ago
parent
commit
daf6968947
1 changed files with 2 additions and 0 deletions
  1. 2 0
      keyboards/preonic/config.h

+ 2 - 0
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.