summaryrefslogtreecommitdiffstats
path: root/apps/menu.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-06-29 12:47:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-06-29 12:47:24 +0000
commit01377e2e5791ae72f112c722405efb6e12e00db5 (patch)
treed3c6cd2055e262d20cbcc767783275a6d29ef532 /apps/menu.h
parent9e8918b0866b249a55c06a16a243cdd3dcdad305 (diff)
downloadrockbox-01377e2e5791ae72f112c722405efb6e12e00db5.tar.gz
rockbox-01377e2e5791ae72f112c722405efb6e12e00db5.zip
Hristo Kovachev's keypad fixes for the H300 build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6912 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/menu.h')
-rw-r--r--apps/menu.h3
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 @@
#include <stdbool.h>
/* button definitions */
-#if CONFIG_KEYPAD == IRIVER_H100_PAD
+#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || \
+ (CONFIG_KEYPAD == IRIVER_H300_PAD)
#define MENU_NEXT BUTTON_DOWN
#define MENU_PREV BUTTON_UP
#define MENU_EXIT BUTTON_LEFT