Skip to content

Commit b98b49d

Browse files
metehan-arslanTenMinJoe
authored andcommitted
update layla tune
1 parent 8f1811e commit b98b49d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

movement/movement_custom_signal_tunes.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,19 @@ int8_t signal_tune[] = {
8585

8686
#ifdef SIGNAL_TUNE_LAYLA
8787
int8_t signal_tune[] = {
88-
BUZZER_NOTE_A6, 4,
88+
BUZZER_NOTE_A6, 5,
8989
BUZZER_NOTE_REST, 1,
9090
BUZZER_NOTE_C7, 5,
91-
BUZZER_NOTE_REST, 2,
91+
BUZZER_NOTE_REST, 1,
9292
BUZZER_NOTE_D7, 5,
9393
BUZZER_NOTE_REST, 1,
9494
BUZZER_NOTE_F7, 5,
9595
BUZZER_NOTE_REST, 1,
9696
BUZZER_NOTE_D7, 5,
97-
BUZZER_NOTE_REST, 2,
98-
BUZZER_NOTE_D7, 15,
97+
BUZZER_NOTE_REST, 1,
98+
BUZZER_NOTE_C7, 5,
99+
BUZZER_NOTE_REST, 1,
100+
BUZZER_NOTE_D7, 20,
99101
0
100102
};
101103
#endif // SIGNAL_TUNE_LAYLA

0 commit comments

Comments
 (0)