forked from mfulz_github/qmk_firmware
		
	Missing ifdef statement
This commit is contained in:
		
							parent
							
								
									2a160bbbe3
								
							
						
					
					
						commit
						8d99140d1b
					
				@ -7,7 +7,9 @@ int midi_offset = 7;
 | 
			
		||||
bool process_midi(uint16_t keycode, keyrecord_t *record) {
 | 
			
		||||
    if (keycode == MI_ON && record->event.pressed) {
 | 
			
		||||
      midi_activated = true;
 | 
			
		||||
#ifdef AUDIO_ENABLE
 | 
			
		||||
      music_scale_user();
 | 
			
		||||
#endif
 | 
			
		||||
      return false;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user