forked from len0rd/rockbox
Hopefully take care of the scrollwheel difficulties in plugins on e200.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13460 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1e8f0e7c64
commit
8970055ec1
9 changed files with 118 additions and 32 deletions
|
|
@ -104,8 +104,8 @@ PLUGIN_HEADER
|
|||
#define OSCILLOSCOPE_PAUSE BUTTON_REC
|
||||
#define OSCILLOSCOPE_SPEED_UP BUTTON_RIGHT
|
||||
#define OSCILLOSCOPE_SPEED_DOWN BUTTON_LEFT
|
||||
#define OSCILLOSCOPE_VOL_UP BUTTON_SCROLL_UP
|
||||
#define OSCILLOSCOPE_VOL_DOWN BUTTON_SCROLL_DOWN
|
||||
#define OSCILLOSCOPE_VOL_UP BUTTON_SCROLL_DOWN
|
||||
#define OSCILLOSCOPE_VOL_DOWN BUTTON_SCROLL_UP
|
||||
|
||||
#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD
|
||||
#define OSCILLOSCOPE_QUIT BUTTON_POWER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue