use the power switch on units without off button (like the X5)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9603 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2006-04-11 08:03:45 +00:00
parent a0a01b38e2
commit 8521215211

View file

@ -23,7 +23,11 @@
#if (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD)
#define FPS_QUIT BUTTON_MENU
#else
#ifdef BUTTON_OFF
#define FPS_QUIT BUTTON_OFF
#else
#define FPS_QUIT BUTTON_POWER
#endif
#endif
PLUGIN_HEADER