diff options
author | Rob Purchase <shotofadds@rockbox.org> | 2008-06-23 17:47:09 +0000 |
---|---|---|
committer | Rob Purchase <shotofadds@rockbox.org> | 2008-06-23 17:47:09 +0000 |
commit | 1bcd53dd5b9334d39c2def974a5f0781ab1f86a6 (patch) | |
tree | e7268fb3f995fb9f25d960c2d530426c43b7f369 /apps/plugins | |
parent | bdbdb97f19655a635a2d37f81f9fe1e31f9162b2 (diff) |
D2: Add test_codec exit button mapping.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17764 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/test_codec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 31e8a319f9..af1486d8e9 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -26,6 +26,8 @@ PLUGIN_HEADER #define TESTCODEC_EXITBUTTON BUTTON_RIGHT #elif CONFIG_KEYPAD == IAUDIO_M3_PAD #define TESTCODEC_EXITBUTTON BUTTON_RC_PLAY +#elif CONFIG_KEYPAD == COWOND2_PAD +#define TESTCODEC_EXITBUTTON BUTTON_POWER #else #define TESTCODEC_EXITBUTTON BUTTON_SELECT #endif |