forked from len0rd/rockbox
Matt v.d. Westhuizen's iAudio X5 keypad adjustments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8366 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
205be712fe
commit
cedba8830f
39 changed files with 310 additions and 16 deletions
|
|
@ -87,6 +87,16 @@ PLUGIN_HEADER
|
|||
#define BEJEWELED_SELECT BUTTON_SELECT
|
||||
#define BEJEWELED_RESUME BUTTON_EQ
|
||||
|
||||
#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
|
||||
#define BEJEWELED_UP BUTTON_UP
|
||||
#define BEJEWELED_DOWN BUTTON_DOWN
|
||||
#define BEJEWELED_LEFT BUTTON_LEFT
|
||||
#define BEJEWELED_RIGHT BUTTON_RIGHT
|
||||
#define BEJEWELED_QUIT BUTTON_POWER
|
||||
#define BEJEWELED_START BUTTON_PLAY
|
||||
#define BEJEWELED_SELECT BUTTON_MENU
|
||||
#define BEJEWELED_RESUME BUTTON_REC
|
||||
|
||||
#else
|
||||
#error BEJEWELED: Unsupported keypad
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue