forked from len0rd/rockbox
Yet more GoGear SA9200 plugin keymaps. Almost done!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23893 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2d722a17ec
commit
ed64d91bc2
7 changed files with 74 additions and 2 deletions
|
@ -1102,6 +1102,19 @@ CONFIG_KEYPAD == SANSA_M200_PAD
|
|||
#define CHIP8_KEY8 BUTTON_DOWN
|
||||
#define CHIP8_KEY9 BUTTON_VIEW
|
||||
|
||||
#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
|
||||
#define CHIP8_OFF BUTTON_POWER
|
||||
#define CHIP8_KEY1 BUTTON_LEFT
|
||||
#define CHIP8_KEY2 BUTTON_UP
|
||||
#define CHIP8_KEY3 BUTTON_RIGHT
|
||||
#define CHIP8_KEY4 BUTTON_PREV
|
||||
#define CHIP8_KEY5 BUTTON_PLAY
|
||||
#define CHIP8_KEY6 BUTTON_NEXT
|
||||
#define CHIP8_KEY7 BUTTON_MENU
|
||||
#define CHIP8_KEY8 BUTTON_DOWN
|
||||
#define CHIP8_KEY9 BUTTON_VOL_UP
|
||||
#define CHIP8_KEY0 BUTTON_VOL_DOWN
|
||||
|
||||
#elif (CONFIG_KEYPAD == ONDAVX747_PAD) || \
|
||||
CONFIG_KEYPAD == ONDAVX777_PAD || \
|
||||
CONFIG_KEYPAD == MROBE500_PAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue