summaryrefslogtreecommitdiff
path: root/apps/plugins/brickmania.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-03 20:17:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-03 20:17:25 +0000
commit1e88be518adafe146704a506aad7f895fffbb240 (patch)
tree59de8c14bcec054d32b82890f73391301ad152aa /apps/plugins/brickmania.c
parent364e892050c5d03895d27ad290180f7a82d0ecbf (diff)
downloadrockbox-1e88be518adafe146704a506aad7f895fffbb240.tar.gz
rockbox-1e88be518adafe146704a506aad7f895fffbb240.zip
Barry Wardell's keymappings for H10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10446 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/brickmania.c')
-rw-r--r--apps/plugins/brickmania.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index 6eb21fe4f8..0743c16055 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -98,6 +98,15 @@ PLUGIN_HEADER
98#define UP BUTTON_UP 98#define UP BUTTON_UP
99#define DOWN BUTTON_DOWN 99#define DOWN BUTTON_DOWN
100 100
101#elif CONFIG_KEYPAD == IRIVER_H10_PAD /* grayscale at the moment */
102
103#define QUIT BUTTON_POWER
104#define LEFT BUTTON_LEFT
105#define RIGHT BUTTON_RIGHT
106#define SELECT BUTTON_PLAY
107#define UP BUTTON_SCROLL_UP
108#define DOWN BUTTON_SCROLL_DOWN
109
101/* Only iPod have scroll events */ 110/* Only iPod have scroll events */
102#define SCROLL_FWD(x) (0) 111#define SCROLL_FWD(x) (0)
103#define SCROLL_BACK(x) (0) 112#define SCROLL_BACK(x) (0)