summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/pacbox.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-31 21:11:32 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-31 21:11:32 +0000
commit9680244f4a4b8625922867dd27d3cc59d0356c7a (patch)
treecc5336055c4f83ca2af5143ea12ed0abf602c4b1 /apps/plugins/pacbox/pacbox.h
parenta56199c49e3b22bdde97a7ff5b058ffd761c4a65 (diff)
downloadrockbox-9680244f4a4b8625922867dd27d3cc59d0356c7a.tar.gz
rockbox-9680244f4a4b8625922867dd27d3cc59d0356c7a.zip
* Fix plugin keymaps for VX777
* Enable plugins for VX777 * Fix VX777 simulator All done by Aaron DeMille. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22576 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pacbox/pacbox.h')
-rw-r--r--apps/plugins/pacbox/pacbox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index a4e1f8879d..ac13e24d2c 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -196,6 +196,9 @@
196 196
197#define PACMAN_MENU (BUTTON_MENU|BUTTON_REL) 197#define PACMAN_MENU (BUTTON_MENU|BUTTON_REL)
198 198
199#elif CONFIG_KEYPAD == ONDAVX777_PAD
200#define PACMAN_MENU BUTTON_POWER
201
199#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD 202#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
200 203
201#define PACMAN_UP BUTTON_UP 204#define PACMAN_UP BUTTON_UP