forked from len0rd/rockbox
Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19673 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d32ebec9da
commit
6d5823f964
65 changed files with 476 additions and 89 deletions
|
@ -134,6 +134,17 @@
|
|||
#define SUDOKU_BUTTON_MENU BUTTON_SELECT
|
||||
#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC
|
||||
|
||||
#elif (CONFIG_KEYPAD == SANSA_FUZE_PAD)
|
||||
#define SUDOKU_BUTTON_QUIT BUTTON_POWER
|
||||
#define SUDOKU_BUTTON_UP BUTTON_UP
|
||||
#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
|
||||
#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
|
||||
#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
|
||||
#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_SCROLL_BACK
|
||||
#define SUDOKU_BUTTON_TOGGLE BUTTON_SCROLL_FWD
|
||||
#define SUDOKU_BUTTON_MENU BUTTON_SELECT
|
||||
#define SUDOKU_BUTTON_POSSIBLE BUTTON_HOME
|
||||
|
||||
#elif (CONFIG_KEYPAD == SANSA_C200_PAD)
|
||||
#define SUDOKU_BUTTON_QUIT_PRE BUTTON_POWER
|
||||
#define SUDOKU_BUTTON_QUIT (BUTTON_POWER | BUTTON_REPEAT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue