mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
plugins: SpaceRocks: iPod keymap, use Menu button for Menu
Missing from faa2cb9
- Thrust is now Right instead of Menu
- Teleport is Left instead of Play/Pause
- Pause is Play/Pause
Change-Id: Idd9758a68250bcfb2adec14589dffbe1a091511c
This commit is contained in:
parent
faa2cb9942
commit
66bed14f17
2 changed files with 8 additions and 8 deletions
|
|
@ -51,10 +51,10 @@
|
|||
|
||||
#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \
|
||||
(CONFIG_KEYPAD == IPOD_1G2G_PAD)
|
||||
#define AST_PAUSE (BUTTON_SELECT | BUTTON_PLAY)
|
||||
#define AST_QUIT (BUTTON_SELECT | BUTTON_MENU)
|
||||
#define AST_THRUST BUTTON_MENU
|
||||
#define AST_HYPERSPACE BUTTON_PLAY
|
||||
#define AST_PAUSE BUTTON_PLAY
|
||||
#define AST_QUIT BUTTON_MENU
|
||||
#define AST_THRUST BUTTON_RIGHT
|
||||
#define AST_HYPERSPACE BUTTON_LEFT
|
||||
#define AST_LEFT BUTTON_SCROLL_BACK
|
||||
#define AST_RIGHT BUTTON_SCROLL_FWD
|
||||
#define AST_FIRE BUTTON_SELECT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue