Skip to content

Commit 80dc8a2

Browse files
Merge PR #465 - add metal gear solid codec chime
Snake? Snake?! SNAAAAAAAAAAAAAAAAAAAAAAKE! Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com> GitHub-Pull-Request: #465
2 parents 3462d51 + a79bb46 commit 80dc8a2

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

movement/movement_custom_signal_tunes.h

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,33 @@ int8_t signal_tune[] = {
6767
};
6868
#endif // SIGNAL_TUNE_MARIO_THEME
6969

70+
#ifdef SIGNAL_TUNE_MGS_CODEC
71+
int8_t signal_tune[] = {
72+
BUZZER_NOTE_G5SHARP_A5FLAT, 1,
73+
BUZZER_NOTE_C6, 1,
74+
BUZZER_NOTE_G5SHARP_A5FLAT, 1,
75+
BUZZER_NOTE_C6, 1,
76+
BUZZER_NOTE_G5SHARP_A5FLAT, 1,
77+
BUZZER_NOTE_C6, 1,
78+
BUZZER_NOTE_G5SHARP_A5FLAT, 1,
79+
BUZZER_NOTE_C6, 1,
80+
BUZZER_NOTE_G5SHARP_A5FLAT, 1,
81+
BUZZER_NOTE_C6, 1,
82+
BUZZER_NOTE_REST, 6,
83+
BUZZER_NOTE_G5SHARP_A5FLAT, 1,
84+
BUZZER_NOTE_C6, 1,
85+
BUZZER_NOTE_G5SHARP_A5FLAT, 1,
86+
BUZZER_NOTE_C6, 1,
87+
BUZZER_NOTE_G5SHARP_A5FLAT, 1,
88+
BUZZER_NOTE_C6, 1,
89+
BUZZER_NOTE_G5SHARP_A5FLAT, 1,
90+
BUZZER_NOTE_C6, 1,
91+
BUZZER_NOTE_G5SHARP_A5FLAT, 1,
92+
BUZZER_NOTE_C6, 1,
93+
0
94+
};
95+
#endif // SIGNAL_TUNE_MGS_CODEC
96+
7097
#ifdef SIGNAL_TUNE_KIM_POSSIBLE
7198
int8_t signal_tune[] = {
7299
BUZZER_NOTE_G7, 6,

0 commit comments

Comments
 (0)