forked from len0rd/rockbox
Use play instead of select to fire in Invadrox for the H100. Allows the user to move and fire at the same time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12280 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
332b324af8
commit
42505eed82
1 changed files with 8 additions and 2 deletions
|
|
@ -47,8 +47,14 @@ PLUGIN_HEADER
|
||||||
#define DBG(format, arg...) {}
|
#define DBG(format, arg...) {}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || \
|
#if CONFIG_KEYPAD == IRIVER_H100_PAD
|
||||||
(CONFIG_KEYPAD == IRIVER_H300_PAD)
|
|
||||||
|
#define QUIT BUTTON_OFF
|
||||||
|
#define LEFT BUTTON_LEFT
|
||||||
|
#define RIGHT BUTTON_RIGHT
|
||||||
|
#define FIRE BUTTON_ON
|
||||||
|
|
||||||
|
#elif CONFIG_KEYPAD == IRIVER_H300_PAD
|
||||||
|
|
||||||
#define QUIT BUTTON_OFF
|
#define QUIT BUTTON_OFF
|
||||||
#define LEFT BUTTON_LEFT
|
#define LEFT BUTTON_LEFT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue