From 0d10ffb67e4d9ef89084a607ca79fe19c0596e81 Mon Sep 17 00:00:00 2001 From: twobit Date: Wed, 4 Sep 2013 01:15:13 +0200 Subject: [PATCH] tune app switch sound --- firmware/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/main.c b/firmware/main.c index f788641..2079131 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -8,8 +8,8 @@ #include #include -static uint16_t up_mldy[] = { NOTE_C, NOTE_D, MLDY_LENGTH, 2, NOTE_F, NOTE_PAUSE }; -static uint16_t down_mldy[] = { NOTE_F, NOTE_E, MLDY_LENGTH, 2, NOTE_C, NOTE_PAUSE }; +static uint16_t up_mldy[] = { NOTE_C, NOTE_E, NOTE_G, MLDY_LENGTH, 2, NOTE_C/2, NOTE_PAUSE }; +static uint16_t down_mldy[] = { NOTE_C/2, NOTE_G, NOTE_E, MLDY_LENGTH, 2, NOTE_C, NOTE_PAUSE }; static inline void run_app(struct app_t* app) { app_should_stop = 0;