1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Dave Chapman 2006-05-23 20:25:20 +00:00
parent 7db4270d1a
commit 972a219676
2 changed files with 1 additions and 3 deletions

View file

@ -64,9 +64,7 @@ tetrox.c
video.c video.c
#endif #endif
vu_meter.c vu_meter.c
#if CONFIG_KEYPAD != IPOD_3G_PAD
wormlet.c wormlet.c
#endif
#ifdef CONFIG_RTC #ifdef CONFIG_RTC
clock.c clock.c

View file

@ -73,7 +73,7 @@ PLUGIN_HEADER
#define PLAYERS_TEXT "UP/DN" #define PLAYERS_TEXT "UP/DN"
#define WORMS_TEXT "L/R" #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_UP BUTTON_MENU
#define BTN_DIR_DOWN BUTTON_PLAY #define BTN_DIR_DOWN BUTTON_PLAY