summaryrefslogtreecommitdiff
path: root/apps/gui/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r--apps/gui/list.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 94a172f642..e587942c94 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -56,6 +56,10 @@
56#define LIST_NEXT BUTTON_DOWN 56#define LIST_NEXT BUTTON_DOWN
57#define LIST_PREV BUTTON_UP 57#define LIST_PREV BUTTON_UP
58 58
59#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_NANO_PAD)
60#define LIST_NEXT BUTTON_DOWN
61#define LIST_PREV BUTTON_UP
62
59#elif CONFIG_KEYPAD == GMINI100_PAD 63#elif CONFIG_KEYPAD == GMINI100_PAD
60#define LIST_NEXT BUTTON_DOWN 64#define LIST_NEXT BUTTON_DOWN
61#define LIST_PREV BUTTON_UP 65#define LIST_PREV BUTTON_UP