mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
hitiet ma8/ma9: add in keymaps for all plugins
Largely guesswork. Change-Id: I8ab8d36de4bbdcf25dcf7d3442266bfb0a370b6f
This commit is contained in:
parent
0b5f1b68e6
commit
8b01f939d8
49 changed files with 511 additions and 15 deletions
|
@ -23,8 +23,6 @@
|
|||
|
||||
#include "lib/playback_control.h"
|
||||
|
||||
|
||||
|
||||
/* what the minesweeper() function can return */
|
||||
enum minesweeper_status {
|
||||
MINESWEEPER_WIN,
|
||||
|
@ -443,6 +441,17 @@ CONFIG_KEYPAD == MROBE500_PAD
|
|||
# define MINESWP_DISCOVER (BUTTON_SELECT|BUTTON_REPEAT)
|
||||
# define MINESWP_INFO BUTTON_MENU
|
||||
|
||||
#elif CONFIG_KEYPAD == MA_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_BACK
|
||||
# define MINESWP_TOGGLE_PRE BUTTON_PLAY
|
||||
# define MINESWP_TOGGLE (BUTTON_PLAY|BUTTON_REL)
|
||||
# define MINESWP_DISCOVER (BUTTON_MENU|BUTTON_REPEAT)
|
||||
# define MINESWP_INFO BUTTON_MENU
|
||||
|
||||
#elif CONFIG_KEYPAD == SHANLING_Q1_PAD
|
||||
/* use touchscreen */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue