forked from len0rd/rockbox
fuze+: add minesweeper keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30667 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fde1a1d69e
commit
b3e5b2097f
1 changed files with 10 additions and 0 deletions
|
@ -287,6 +287,16 @@ CONFIG_KEYPAD == MROBE500_PAD
|
|||
# define MINESWP_DISCOVER BUTTON_FF
|
||||
# define MINESWP_INFO BUTTON_REW
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
|
||||
# define MINESWP_LEFT BUTTON_LEFT
|
||||
# define MINESWP_RIGHT BUTTON_RIGHT
|
||||
# define MINESWP_UP BUTTON_UP
|
||||
# define MINESWP_DOWN BUTTON_DOWN
|
||||
# define MINESWP_QUIT BUTTON_POWER
|
||||
# define MINESWP_TOGGLE BUTTON_SELECT
|
||||
# define MINESWP_DISCOVER BUTTON_PLAYPAUSE
|
||||
# define MINESWP_INFO BUTTON_BACK
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue