Remove PLAY_NOTE_ARRAY usages to get rid of warning.
This commit is contained in:
		
							parent
							
								
									f94963e6b7
								
							
						
					
					
						commit
						fe60cbd928
					
				
					 59 changed files with 403 additions and 403 deletions
				
			
		| 
						 | 
				
			
			@ -203,7 +203,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 | 
			
		|||
        case QWERTY:
 | 
			
		||||
          if (record->event.pressed) {
 | 
			
		||||
            #ifdef AUDIO_ENABLE
 | 
			
		||||
              PLAY_NOTE_ARRAY(tone_qwerty, false, 0);
 | 
			
		||||
              PLAY_SONG(tone_qwerty);
 | 
			
		||||
            #endif
 | 
			
		||||
            persistent_default_layer_set(1UL<<_QWERTY);
 | 
			
		||||
          }
 | 
			
		||||
| 
						 | 
				
			
			@ -212,7 +212,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 | 
			
		|||
        case COLEMAK:
 | 
			
		||||
          if (record->event.pressed) {
 | 
			
		||||
            #ifdef AUDIO_ENABLE
 | 
			
		||||
              PLAY_NOTE_ARRAY(tone_colemak, false, 0);
 | 
			
		||||
              PLAY_SONG(tone_colemak);
 | 
			
		||||
            #endif
 | 
			
		||||
            persistent_default_layer_set(1UL<<_COLEMAK);
 | 
			
		||||
          }
 | 
			
		||||
| 
						 | 
				
			
			@ -221,7 +221,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 | 
			
		|||
        case DVORAK:
 | 
			
		||||
          if (record->event.pressed) {
 | 
			
		||||
            #ifdef AUDIO_ENABLE
 | 
			
		||||
              PLAY_NOTE_ARRAY(tone_dvorak, false, 0);
 | 
			
		||||
              PLAY_SONG(tone_dvorak);
 | 
			
		||||
            #endif
 | 
			
		||||
            persistent_default_layer_set(1UL<<_DVORAK);
 | 
			
		||||
          }
 | 
			
		||||
| 
						 | 
				
			
			@ -273,12 +273,12 @@ void matrix_init_user(void) {
 | 
			
		|||
void startup_user()
 | 
			
		||||
{
 | 
			
		||||
    _delay_ms(20); // gets rid of tick
 | 
			
		||||
    PLAY_NOTE_ARRAY(tone_startup, false, 0);
 | 
			
		||||
    PLAY_SONG(tone_startup);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void shutdown_user()
 | 
			
		||||
{
 | 
			
		||||
    PLAY_NOTE_ARRAY(tone_goodbye, false, 0);
 | 
			
		||||
    PLAY_SONG(tone_goodbye);
 | 
			
		||||
    _delay_ms(150);
 | 
			
		||||
    stop_all_notes();
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -290,7 +290,7 @@ void music_on_user(void)
 | 
			
		|||
 | 
			
		||||
void music_scale_user(void)
 | 
			
		||||
{
 | 
			
		||||
    PLAY_NOTE_ARRAY(music_scale, false, 0);
 | 
			
		||||
    PLAY_SONG(music_scale);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue