summaryrefslogtreecommitdiff
path: root/apps/plugins/dict.c
diff options
context:
space:
mode:
authorMark Arigo <markarigo@gmail.com>2009-01-24 22:41:55 +0000
committerMark Arigo <markarigo@gmail.com>2009-01-24 22:41:55 +0000
commit2490262eee17c3dcff0a39fb4011662dfdfc4478 (patch)
tree2c68f5903b36e52718f5be53d8504af3e0e03c0c /apps/plugins/dict.c
parent74b97fa139339b62813d94610f8d7710357beb08 (diff)
downloadrockbox-2490262eee17c3dcff0a39fb4011662dfdfc4478.tar.gz
rockbox-2490262eee17c3dcff0a39fb4011662dfdfc4478.zip
Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19846 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 34b762f3b0..2018d8cb47 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -139,6 +139,8 @@ long reverse (long N) {
139#define LP_QUIT BUTTON_POWER 139#define LP_QUIT BUTTON_POWER
140#elif CONFIG_KEYPAD == CREATIVEZVM_PAD 140#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
141#define LP_QUIT BUTTON_BACK 141#define LP_QUIT BUTTON_BACK
142#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
143#define LP_QUIT BUTTON_POWER
142#else 144#else
143#define LP_QUIT BUTTON_OFF 145#define LP_QUIT BUTTON_OFF
144#endif 146#endif