diff options
Diffstat (limited to 'apps/menu.h')
-rw-r--r-- | apps/menu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/menu.h b/apps/menu.h index 9d682dad77..a378bd8402 100644 --- a/apps/menu.h +++ b/apps/menu.h | |||
@@ -23,7 +23,8 @@ | |||
23 | #include <stdbool.h> | 23 | #include <stdbool.h> |
24 | 24 | ||
25 | /* button definitions */ | 25 | /* button definitions */ |
26 | #if CONFIG_KEYPAD == IRIVER_H100_PAD | 26 | #if (CONFIG_KEYPAD == IRIVER_H100_PAD) || \ |
27 | (CONFIG_KEYPAD == IRIVER_H300_PAD) | ||
27 | #define MENU_NEXT BUTTON_DOWN | 28 | #define MENU_NEXT BUTTON_DOWN |
28 | #define MENU_PREV BUTTON_UP | 29 | #define MENU_PREV BUTTON_UP |
29 | #define MENU_EXIT BUTTON_LEFT | 30 | #define MENU_EXIT BUTTON_LEFT |