Skip to content

Commit 48fd4ee

Browse files
committed
slightly shorter first note
1 parent b37be89 commit 48fd4ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

movement/movement_custom_signal_tunes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ int8_t signal_tune[] = {
121121

122122
#ifdef SIGNAL_TUNE_HARRY_POTTER_SHORT
123123
int8_t signal_tune[] = {
124-
BUZZER_NOTE_B5, 24,
124+
BUZZER_NOTE_B5, 12,
125125
BUZZER_NOTE_REST, 1,
126126
BUZZER_NOTE_E6, 12,
127127
BUZZER_NOTE_REST, 1,
@@ -142,7 +142,7 @@ int8_t signal_tune[] = {
142142

143143
#ifdef SIGNAL_TUNE_HARRY_POTTER_LONG
144144
int8_t signal_tune[] = {
145-
BUZZER_NOTE_B5, 24,
145+
BUZZER_NOTE_B5, 12,
146146
BUZZER_NOTE_REST, 1,
147147
BUZZER_NOTE_E6, 12,
148148
BUZZER_NOTE_REST, 1,

0 commit comments

Comments
 (0)