summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-05-23 20:25:20 +0000
committerDave Chapman <dave@dchapman.com>2006-05-23 20:25:20 +0000
commit972a2196763ce15fcbb331058c88580a8fc67128 (patch)
tree8300a71523151ce8b00bec0b25b85ce5ec317916 /apps
parent7db4270d1a31238979b5540f3a7b22d988e11451 (diff)
downloadrockbox-972a2196763ce15fcbb331058c88580a8fc67128.tar.gz
rockbox-972a2196763ce15fcbb331058c88580a8fc67128.zip
Enable wormlet for the ipod 3g - there is no reason to exclude it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9980 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SOURCES2
-rw-r--r--apps/plugins/wormlet.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 5eba2c4856..b7afa811e9 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -64,9 +64,7 @@ tetrox.c
64video.c 64video.c
65#endif 65#endif
66vu_meter.c 66vu_meter.c
67#if CONFIG_KEYPAD != IPOD_3G_PAD
68wormlet.c 67wormlet.c
69#endif
70 68
71#ifdef CONFIG_RTC 69#ifdef CONFIG_RTC
72clock.c 70clock.c
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index c23a7ea4af..e4efa8ff28 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -73,7 +73,7 @@ PLUGIN_HEADER
73#define PLAYERS_TEXT "UP/DN" 73#define PLAYERS_TEXT "UP/DN"
74#define WORMS_TEXT "L/R" 74#define WORMS_TEXT "L/R"
75 75
76#elif (CONFIG_KEYPAD == IPOD_4G_PAD) 76#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD)
77 77
78#define BTN_DIR_UP BUTTON_MENU 78#define BTN_DIR_UP BUTTON_MENU
79#define BTN_DIR_DOWN BUTTON_PLAY 79#define BTN_DIR_DOWN BUTTON_PLAY