mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	delay isn't the problem here
This commit is contained in:
		
							parent
							
								
									b8c932f9aa
								
							
						
					
					
						commit
						b0635e58eb
					
				@ -315,7 +315,7 @@ void matrix_init_user(void) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void play_startup_tone()
 | 
					void play_startup_tone()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  PLAY_NOTE_ARRAY(music_scale, false, 0);
 | 
					  PLAY_NOTE_ARRAY(start_up, false, 0);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void play_goodbye_tone()
 | 
					void play_goodbye_tone()
 | 
				
			||||||
 | 
				
			|||||||
@ -213,7 +213,6 @@ void audio_init() {
 | 
				
			|||||||
    #endif
 | 
					    #endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    inited = true;
 | 
					    inited = true;
 | 
				
			||||||
    _delay_ms(500);
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void stop_all_notes() {
 | 
					void stop_all_notes() {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user