summaryrefslogtreecommitdiff
path: root/apps/plugins/dict.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2008-12-04 21:28:56 +0000
committerBjörn Stenberg <bjorn@haxx.se>2008-12-04 21:28:56 +0000
commitcea285d64e34f8c2ecce676f6239b59608597019 (patch)
treeaba19ec8c3b1d53ef2a8915ee5f5ed5500fd653f /apps/plugins/dict.c
parent203722136c5f50d7deab432739e991faa48e470f (diff)
downloadrockbox-cea285d64e34f8c2ecce676f6239b59608597019.tar.gz
rockbox-cea285d64e34f8c2ecce676f6239b59608597019.zip
Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/configure. FS#9605 by Adam Hogan and Robert Menes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19335 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/dict.c')
-rw-r--r--apps/plugins/dict.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/dict.c b/apps/plugins/dict.c
index eb1f3df5db..3004218f23 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -135,6 +135,8 @@ long reverse (long N) {
135#define LP_QUIT BUTTON_POWER 135#define LP_QUIT BUTTON_POWER
136#elif CONFIG_KEYPAD == IAUDIO67_PAD 136#elif CONFIG_KEYPAD == IAUDIO67_PAD
137#define LP_QUIT BUTTON_POWER 137#define LP_QUIT BUTTON_POWER
138#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
139#define LP_QUIT BUTTON_BACK
138#else 140#else
139#define LP_QUIT BUTTON_OFF 141#define LP_QUIT BUTTON_OFF
140#endif 142#endif