From 39b64f7d4d29a31da3c4b376f4663c77468ca5b2 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 15 Dec 2018 19:15:28 -0500 Subject: FS#10311 -- Add beep when navigating to beginning or end of list. Originally by Stephane Doyon. Updated by Alex Wallis, Igor Poretsky, and myself. Change-Id: I996f18043bd3377d5aeaf65f4290250ea2a6832b --- apps/misc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/misc.h') diff --git a/apps/misc.h b/apps/misc.h index 25e9d17b9c..8d72e79a3d 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -190,6 +190,8 @@ enum system_sound SOUND_KEYCLICK = 0, SOUND_TRACK_SKIP, SOUND_TRACK_NO_MORE, + SOUND_LIST_EDGE_BEEP_WRAP, + SOUND_LIST_EDGE_BEEP_NOWRAP, }; /* Play a standard sound */ -- cgit v1.2.3