diff options
| author | Tomer Shalev <shalev.tomer@gmail.com> | 2010-02-24 20:33:40 +0000 |
|---|---|---|
| committer | Tomer Shalev <shalev.tomer@gmail.com> | 2010-02-24 20:33:40 +0000 |
| commit | 42552f8bf64d424da191c31d8e411008de03e6e8 (patch) | |
| tree | 32ba32f806e1751e61eac6fae3a202a958047dc9 | |
| parent | 241abf4bc53ffbc6724b840a8e592b7aab0a33af (diff) | |
| download | rockbox-42552f8bf64d424da191c31d8e411008de03e6e8.zip rockbox-42552f8bf64d424da191c31d8e411008de03e6e8.tar.gz rockbox-42552f8bf64d424da191c31d8e411008de03e6e8.tar.bz2 rockbox-42552f8bf64d424da191c31d8e411008de03e6e8.tar.xz | |
FS#10643 - Cowon D2: Chopper game control using hardware buttons
This is only part of the original patch. I didn't agree with all the original
changes to keymapping.
Author: Nemtsev Alexey
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24892 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/plugins/chopper.c | 1 | ||||
| -rw-r--r-- | docs/CREDITS | 1 | ||||
| -rw-r--r-- | manual/plugins/chopper.tex | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c index c303908..1217ea7 100644 --- a/apps/plugins/chopper.c +++ b/apps/plugins/chopper.c @@ -115,6 +115,7 @@ Still To do: #elif CONFIG_KEYPAD == COWON_D2_PAD #define QUIT BUTTON_POWER +#define ACTION2 BUTTON_PLUS #elif CONFIG_KEYPAD == IAUDIO67_PAD #define QUIT BUTTON_POWER diff --git a/docs/CREDITS b/docs/CREDITS index 0da7d49..9845c45 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -531,6 +531,7 @@ Tobias Diedrich Andrew Engelbrecht Kevin Schoedel Jens Theeß +Alexey Nemtsev The libmad team The wavpack team diff --git a/manual/plugins/chopper.tex b/manual/plugins/chopper.tex index 66114ec..bcaf3e9 100644 --- a/manual/plugins/chopper.tex +++ b/manual/plugins/chopper.tex @@ -15,7 +15,7 @@ {\ButtonSelect} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect{} / \ButtonUp} \opt{GIGABEAT_S_PAD}{\ButtonSelect{} / \ButtonMenu} - \opt{COWON_D2_PAD}{\TouchBottomLeft{} / \TouchBottomRight} + \opt{COWON_D2_PAD}{\ButtonPlus{} / \TouchBottomLeft} \opt{HAVEREMOTEKEYMAP}{& } & Make chopper fly\\ |