forked from len0rd/rockbox
HD300 - plugins keymaps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28712 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d2ebc534ea
commit
dd61702fb0
62 changed files with 547 additions and 1 deletions
|
@ -300,6 +300,15 @@
|
|||
#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_REW
|
||||
#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY
|
||||
|
||||
#elif CONFIG_KEYPAD == MPIO_HD300_PAD
|
||||
#define SUDOKU_BUTTON_MENU BUTTON_MENU
|
||||
#define SUDOKU_BUTTON_LEFT BUTTON_REW
|
||||
#define SUDOKU_BUTTON_RIGHT BUTTON_FF
|
||||
#define SUDOKU_BUTTON_CHANGEDIR BUTTON_ENTER
|
||||
#define SUDOKU_BUTTON_TOGGLE BUTTON_UP
|
||||
#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_DOWN
|
||||
#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue