summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2009-08-04 03:08:32 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2009-08-04 03:08:32 +0000
commit594b6e2b496e69ca843b21bf04810bdb919099a7 (patch)
tree046af11c0c199fae3e41006f5aff39b4f6539f4f /apps/plugins/pacbox
parent11ac0b3f2a7d2abc0ae6127752559b1ffafbebff (diff)
downloadrockbox-594b6e2b496e69ca843b21bf04810bdb919099a7.tar.gz
rockbox-594b6e2b496e69ca843b21bf04810bdb919099a7.zip
Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22149 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pacbox')
-rw-r--r--apps/plugins/pacbox/pacbox.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index 0b0ed5fd52..a4e1f8879d 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -196,6 +196,17 @@
196 196
197#define PACMAN_MENU (BUTTON_MENU|BUTTON_REL) 197#define PACMAN_MENU (BUTTON_MENU|BUTTON_REL)
198 198
199#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
200
201#define PACMAN_UP BUTTON_UP
202#define PACMAN_DOWN BUTTON_DOWN
203#define PACMAN_LEFT BUTTON_LEFT
204#define PACMAN_RIGHT BUTTON_RIGHT
205#define PACMAN_1UP BUTTON_REC
206#define PACMAN_2UP BUTTON_REW
207#define PACMAN_COIN BUTTON_FFWD
208#define PACMAN_MENU BUTTON_PLAY
209
199#else 210#else
200 211
201#error Keymap not defined! 212#error Keymap not defined!