Skip to content

Commit

Permalink
Update SIGNAL_TUNE_KIM_POSSIBLE notes
Browse files Browse the repository at this point in the history
  • Loading branch information
metehan-arslan authored Aug 27, 2024
1 parent 0194044 commit 77fb620
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions movement/movement_custom_signal_tunes.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,15 @@ int8_t signal_tune[] = {
#ifdef SIGNAL_TUNE_KIM_POSSIBLE
int8_t signal_tune[] = {
BUZZER_NOTE_G7, 6,
BUZZER_NOTE_REST, 1,
BUZZER_NOTE_G4, 3,
BUZZER_NOTE_G4, 2,
BUZZER_NOTE_REST, 5,
BUZZER_NOTE_G7, 6,
BUZZER_NOTE_REST, 1,
BUZZER_NOTE_G4, 3,
BUZZER_NOTE_G4, 2,
BUZZER_NOTE_REST, 5,
BUZZER_NOTE_A7SHARP_B7FLAT, 6,
BUZZER_NOTE_REST, 2,
BUZZER_NOTE_G7, 6,
BUZZER_NOTE_G7, 6,
BUZZER_NOTE_G4, 2,
0
};
#endif // SIGNAL_TUNE_KIM_POSSIBLE
Expand Down

0 comments on commit 77fb620

Please sign in to comment.