summaryrefslogtreecommitdiff
path: root/apps/plugins/superdom.c
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2008-03-22 22:03:34 +0000
committerRob Purchase <shotofadds@rockbox.org>2008-03-22 22:03:34 +0000
commit554d7ed9025bf629f9202c4e5c106f62853207a3 (patch)
treebbdfea0c02e0d1d241bb9e8bebd75c69176f8e16 /apps/plugins/superdom.c
parentecde125fa7888a8d0c1fbfac1584caf5f58aa9a7 (diff)
downloadrockbox-554d7ed9025bf629f9202c4e5c106f62853207a3.tar.gz
rockbox-554d7ed9025bf629f9202c4e5c106f62853207a3.zip
D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mueller, with some tweaks).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16751 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/superdom.c')
-rw-r--r--apps/plugins/superdom.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/superdom.c b/apps/plugins/superdom.c
index 794ea9e8f0..e3f35f91ac 100644
--- a/apps/plugins/superdom.c
+++ b/apps/plugins/superdom.c
@@ -127,6 +127,14 @@ char buf[255];
127#define SUPERDOM_RIGHT BUTTON_RIGHT 127#define SUPERDOM_RIGHT BUTTON_RIGHT
128#define SUPERDOM_CANCEL BUTTON_BACK 128#define SUPERDOM_CANCEL BUTTON_BACK
129 129
130#elif CONFIG_KEYPAD == COWOND2_PAD
131#define SUPERDOM_OK BUTTON_SELECT
132#define SUPERDOM_UP BUTTON_UP
133#define SUPERDOM_LEFT BUTTON_LEFT
134#define SUPERDOM_RIGHT BUTTON_RIGHT
135#define SUPERDOM_DOWN BUTTON_DOWN
136#define SUPERDOM_CANCEL BUTTON_MENU
137
130#endif 138#endif
131 139
132#define SUPERDOM_QUIT 23 140#define SUPERDOM_QUIT 23