We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1811e commit b98b49dCopy full SHA for b98b49d
movement/movement_custom_signal_tunes.h
@@ -85,17 +85,19 @@ int8_t signal_tune[] = {
85
86
#ifdef SIGNAL_TUNE_LAYLA
87
int8_t signal_tune[] = {
88
- BUZZER_NOTE_A6, 4,
+ BUZZER_NOTE_A6, 5,
89
BUZZER_NOTE_REST, 1,
90
BUZZER_NOTE_C7, 5,
91
- BUZZER_NOTE_REST, 2,
+ BUZZER_NOTE_REST, 1,
92
BUZZER_NOTE_D7, 5,
93
94
BUZZER_NOTE_F7, 5,
95
96
97
98
- BUZZER_NOTE_D7, 15,
+ BUZZER_NOTE_C7, 5,
99
100
+ BUZZER_NOTE_D7, 20,
101
0
102
};
103
#endif // SIGNAL_TUNE_LAYLA
0 commit comments