forked from len0rd/rockbox
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
|
@ -216,6 +216,16 @@
|
|||
#define REVERSI_BUTTON_MAKE_MOVE BUTTON_OK
|
||||
#define REVERSI_BUTTON_MENU BUTTON_MENU
|
||||
|
||||
#elif CONFIG_KEYPAD == MPIO_HD200_PAD
|
||||
#define REVERSI_BUTTON_UP BUTTON_PREV
|
||||
#define REVERSI_BUTTON_DOWN BUTTON_NEXT
|
||||
#define REVERSI_BUTTON_LEFT BUTTON_VOL_DOWN
|
||||
#define REVERSI_BUTTON_RIGHT BUTTON_VOL_UP
|
||||
#define REVERSI_BUTTON_MAKE_MOVE BUTTON_SELECT
|
||||
#define REVERSI_BUTTON_MAKE_MOVE_SHORTPRESS
|
||||
#define REVERSI_BUTTON_MENU BUTTON_SELECT
|
||||
#define REVERSI_BUTTON_MENU_LONGPRESS
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue