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 3ae1b80dc2..4f02693127 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -69,6 +69,10 @@
69#define LIST_NEXT BUTTON_SCROLL_FWD 69#define LIST_NEXT BUTTON_SCROLL_FWD
70#define LIST_PREV BUTTON_SCROLL_BACK 70#define LIST_PREV BUTTON_SCROLL_BACK
71 71
72#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
73#define LIST_NEXT BUTTON_DOWN
74#define LIST_PREV BUTTON_UP
75
72#elif CONFIG_KEYPAD == GMINI100_PAD 76#elif CONFIG_KEYPAD == GMINI100_PAD
73#define LIST_NEXT BUTTON_DOWN 77#define LIST_NEXT BUTTON_DOWN
74#define LIST_PREV BUTTON_UP 78#define LIST_PREV BUTTON_UP