forked from len0rd/rockbox
MPIOs: keymap tweaks
Change-Id: Ic96900c83ffb90df4f6c68a26238f0543cba61cd
This commit is contained in:
parent
3511435ee3
commit
5863361fbf
42 changed files with 225 additions and 209 deletions
|
@ -292,21 +292,23 @@
|
|||
#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY
|
||||
|
||||
#elif CONFIG_KEYPAD == MPIO_HD200_PAD
|
||||
#define SUDOKU_BUTTON_QUIT (BUTTON_REC | BUTTON_PLAY)
|
||||
#define SUDOKU_BUTTON_MENU BUTTON_REC
|
||||
#define SUDOKU_BUTTON_UP BUTTON_FF
|
||||
#define SUDOKU_BUTTON_DOWN BUTTON_REW
|
||||
#define SUDOKU_BUTTON_LEFT BUTTON_VOL_DOWN
|
||||
#define SUDOKU_BUTTON_RIGHT BUTTON_VOL_UP
|
||||
#define SUDOKU_BUTTON_CHANGEDIR BUTTON_FUNC
|
||||
#define SUDOKU_BUTTON_TOGGLE BUTTON_FF
|
||||
#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_REW
|
||||
#define SUDOKU_BUTTON_TOGGLE BUTTON_FUNC
|
||||
#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY
|
||||
|
||||
#elif CONFIG_KEYPAD == MPIO_HD300_PAD
|
||||
#define SUDOKU_BUTTON_MENU BUTTON_MENU
|
||||
#define SUDOKU_BUTTON_QUIT (BUTTON_MENU | BUTTON_REPEAT)
|
||||
#define SUDOKU_BUTTON_MENU (BUTTON_MENU | BUTTON_REL)
|
||||
#define SUDOKU_BUTTON_UP BUTTON_UP
|
||||
#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
|
||||
#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_TOGGLE BUTTON_ENTER
|
||||
#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue