diff options
author | Robert Menes <rmenes@rockbox.org> | 2010-11-02 10:58:08 +0000 |
---|---|---|
committer | Robert Menes <rmenes@rockbox.org> | 2010-11-02 10:58:08 +0000 |
commit | 450a4e438085972eaffe94b706c427fafced822c (patch) | |
tree | a08ff30b5c35ece187bffbfe0f5b3b707383abaa /apps/plugins/pacbox | |
parent | 650a2941fdb02e2c8379ea25e4bf1b6154e660c4 (diff) | |
download | rockbox-450a4e438085972eaffe94b706c427fafced822c.tar.gz rockbox-450a4e438085972eaffe94b706c427fafced822c.zip |
Commit a few more GoGear HDD6330 keymaps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28445 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pacbox')
-rw-r--r-- | apps/plugins/pacbox/pacbox.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index f4cc738b02..a15aef7a10 100644 --- a/apps/plugins/pacbox/pacbox.h +++ b/apps/plugins/pacbox/pacbox.h | |||
@@ -192,6 +192,17 @@ | |||
192 | #define PACMAN_COIN BUTTON_VIEW | 192 | #define PACMAN_COIN BUTTON_VIEW |
193 | #define PACMAN_MENU BUTTON_MENU | 193 | #define PACMAN_MENU BUTTON_MENU |
194 | 194 | ||
195 | #elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD | ||
196 | |||
197 | #define PACMAN_UP BUTTON_NEXT | ||
198 | #define PACMAN_DOWN BUTTON_PREV | ||
199 | #define PACMAN_LEFT BUTTON_UP | ||
200 | #define PACMAN_RIGHT BUTTON_DOWN | ||
201 | #define PACMAN_1UP BUTTON_VOL_UP | ||
202 | #define PACMAN_2UP BUTTON_DOWN | ||
203 | #define PACMAN_COIN BUTTON_RIGHT | ||
204 | #define PACMAN_MENU BUTTON_MENU | ||
205 | |||
195 | #elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD | 206 | #elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD |
196 | 207 | ||
197 | #define PACMAN_UP BUTTON_UP | 208 | #define PACMAN_UP BUTTON_UP |