add layla tune

This commit is contained in:
Metehan 2024-09-01 02:33:05 +03:00
parent 01940449b6
commit 6f7693e880

View file

@ -84,4 +84,21 @@ int8_t signal_tune[] = {
};
#endif // SIGNAL_TUNE_KIM_POSSIBLE
#ifdef SIGNAL_TUNE_LAYLA
int8_t signal_tune[] = {
BUZZER_NOTE_A6, 4,
BUZZER_NOTE_REST, 1,
BUZZER_NOTE_C7, 5,
BUZZER_NOTE_REST, 2,
BUZZER_NOTE_D7, 5,
BUZZER_NOTE_REST, 1,
BUZZER_NOTE_F7, 5,
BUZZER_NOTE_REST, 1,
BUZZER_NOTE_D7, 5,
BUZZER_NOTE_REST, 2,
BUZZER_NOTE_D7, 15,
0
};
#endif // SIGNAL_TUNE_LAYLA
#endif // MOVEMENT_CUSTOM_SIGNAL_TUNES_H_