should have fixed conflixed
This commit is contained in:
parent
668c739702
commit
21b6b4e6c4
13 changed files with 10 additions and 268 deletions
|
@ -24,15 +24,9 @@ void matrix_init_kb(void) {
|
|||
};
|
||||
|
||||
void shutdown_user(void) {
|
||||
<<<<<<< HEAD
|
||||
#ifdef AUDIO_ENABLE
|
||||
PLAY_NOTE_ARRAY(tone_goodbye, false, 0);
|
||||
_delay_ms(150);
|
||||
stop_all_notes();
|
||||
#endif
|
||||
=======
|
||||
PLAY_NOTE_ARRAY(tone_goodbye, false, 0);
|
||||
_delay_ms(150);
|
||||
stop_all_notes();
|
||||
>>>>>>> bce6e52391da7c5f620c96a91857940f0dee19df
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue