From cedba8830fd015e9a61b7a772927fefe565f7b41 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 18 Jan 2006 11:09:06 +0000 Subject: Matt v.d. Westhuizen's iAudio X5 keypad adjustments git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8366 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/list.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/gui/list.h') diff --git a/apps/gui/list.h b/apps/gui/list.h index 4f02693127..25fb07d7c4 100644 --- a/apps/gui/list.h +++ b/apps/gui/list.h @@ -78,6 +78,11 @@ #define LIST_PREV BUTTON_UP #define LIST_PGUP (BUTTON_ON | BUTTON_UP) #define LIST_PGDN (BUTTON_ON | BUTTON_DOWN) + +#elif CONFIG_KEYPAD == IAUDIO_X5_PAD +#define LIST_NEXT BUTTON_DOWN +#define LIST_PREV BUTTON_UP + #endif /* -- cgit v1.2.3