From 972a2196763ce15fcbb331058c88580a8fc67128 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 23 May 2006 20:25:20 +0000 Subject: 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 --- apps/plugins/SOURCES | 2 -- apps/plugins/wormlet.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'apps') 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 video.c #endif vu_meter.c -#if CONFIG_KEYPAD != IPOD_3G_PAD wormlet.c -#endif #ifdef CONFIG_RTC clock.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 #define PLAYERS_TEXT "UP/DN" #define WORMS_TEXT "L/R" -#elif (CONFIG_KEYPAD == IPOD_4G_PAD) +#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD) #define BTN_DIR_UP BUTTON_MENU #define BTN_DIR_DOWN BUTTON_PLAY -- cgit v1.2.3