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:
parent
a0a01b38e2
commit
8521215211
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue