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 23a0fc37b8..e72e00c5d1 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -93,6 +93,10 @@
93#define LIST_NEXT BUTTON_DOWN 93#define LIST_NEXT BUTTON_DOWN
94#define LIST_PREV BUTTON_UP 94#define LIST_PREV BUTTON_UP
95 95
96#elif CONFIG_KEYPAD == GIGABEAT_PAD
97#define LIST_NEXT BUTTON_DOWN
98#define LIST_PREV BUTTON_UP
99
96#endif 100#endif
97 101
98/* 102/*