mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	Fix lets_split.c so that audio can be disabled
Matching the use of `#ifdef AUDIO_ENABLE` used in `matrix_init_kb()` in order to compile firmware for the Let's Split keyboard without audio enabled.
This commit is contained in:
		
							parent
							
								
									f24b3f4589
								
							
						
					
					
						commit
						c40ad11615
					
				| @ -24,7 +24,9 @@ void matrix_init_kb(void) { | ||||
| }; | ||||
| 
 | ||||
| void shutdown_user(void) { | ||||
|     #ifdef AUDIO_ENABLE | ||||
|         PLAY_NOTE_ARRAY(tone_goodbye, false, 0); | ||||
| 	_delay_ms(150); | ||||
| 	stop_all_notes(); | ||||
|     #endif | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dustin
						Dustin