mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add MPIO HD200 port - changed files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25724 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fa5cd0d3bf
commit
b09d3aec39
76 changed files with 753 additions and 12 deletions
|
@ -1136,6 +1136,15 @@ CONFIG_KEYPAD == MROBE500_PAD
|
|||
#define CHIP8_KEY6 BUTTON_NEXT
|
||||
#define CHIP8_KEY8 BUTTON_DOWN
|
||||
|
||||
#elif CONFIG_KEYPAD == MPIO_HD200_PAD
|
||||
|
||||
#define CHIP8_OFF (BUTTON_REC|BUTTON_PLAY)
|
||||
#define CHIP8_KEY2 BUTTON_PREV
|
||||
#define CHIP8_KEY4 BUTTON_NEXT
|
||||
#define CHIP8_KEY5 BUTTON_PLAY
|
||||
#define CHIP8_KEY6 BUTTON_VOL_DOWN
|
||||
#define CHIP8_KEY8 BUTTON_VOL_UP
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue