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