aboutsummaryrefslogtreecommitdiff
path: root/keyboards/cu75/cu75.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/cu75/cu75.c')
-rw-r--r--keyboards/cu75/cu75.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/cu75/cu75.c b/keyboards/cu75/cu75.c
index 6dc289845..60c92b708 100644
--- a/keyboards/cu75/cu75.c
+++ b/keyboards/cu75/cu75.c
@@ -26,7 +26,7 @@ void matrix_init_kb(void)
26 26
27#ifdef AUDIO_ENABLE 27#ifdef AUDIO_ENABLE
28 audio_init(); 28 audio_init();
29 PLAY_NOTE_ARRAY(test_sound, false, STACCATO); 29 PLAY_SONG(test_sound);
30 // Fix port B5 30 // Fix port B5
31 cbi(DDRB, 5); 31 cbi(DDRB, 5);
32 sbi(PORTB, 5); 32 sbi(PORTB, 5);