1
0
Fork 0
forked from len0rd/rockbox

FS#10327: Patch by Frederick Full to fix the scrollwheel and default

controls in Rockbox on the Fuze.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21286 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-06-15 05:17:54 +00:00
parent 80b074e39a
commit adb55c518b
3 changed files with 6 additions and 3 deletions

View file

@ -158,10 +158,12 @@ static void setoptions (void)
options.DOWN=BUTTON_DOWN; options.DOWN=BUTTON_DOWN;
options.A=BUTTON_SELECT; options.A=BUTTON_SELECT;
options.B=BUTTON_LEFT; options.B=BUTTON_HOME;
options.START=BUTTON_SCROLL_BACK; options.START=BUTTON_SCROLL_BACK;
options.SELECT=BUTTON_SCROLL_FWD; options.SELECT=BUTTON_SCROLL_FWD;
options.MENU=BUTTON_HOME; options.MENU=BUTTON_POWER;
options.LEFT=BUTTON_LEFT;
options.RIGHT=BUTTON_RIGHT;
#elif CONFIG_KEYPAD == SANSA_C200_PAD #elif CONFIG_KEYPAD == SANSA_C200_PAD
options.UP=BUTTON_UP; options.UP=BUTTON_UP;

View file

@ -26,7 +26,7 @@
#include "hw.h" #include "hw.h"
#include "config.h" #include "config.h"
#if CONFIG_KEYPAD == SANSA_E200_PAD #if CONFIG_KEYPAD == SANSA_E200_PAD || SANSA_FUZE_PAD
#define ROCKBOY_SCROLLWHEEL #define ROCKBOY_SCROLLWHEEL
#define ROCKBOY_SCROLLWHEEL_CC BUTTON_SCROLL_BACK #define ROCKBOY_SCROLLWHEEL_CC BUTTON_SCROLL_BACK
#define ROCKBOY_SCROLLWHEEL_CW BUTTON_SCROLL_FWD #define ROCKBOY_SCROLLWHEEL_CW BUTTON_SCROLL_FWD

View file

@ -470,6 +470,7 @@ Marko Pahlke
Vytenis Sabelka Vytenis Sabelka
Nicolas Pitre Nicolas Pitre
Benedikt Goos Benedikt Goos
Frederick Full
The libmad team The libmad team
The wavpack team The wavpack team