forked from len0rd/rockbox
Another round of plugin keymaps for the Philips GoGear SA9200.
Just a few more to go... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23838 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f6a92b8e71
commit
29d20d8068
21 changed files with 185 additions and 2 deletions
|
|
@ -283,6 +283,18 @@ PLUGIN_HEADER
|
|||
#define MANDELBROT_MAXITER_DEC BUTTON_VOL_DOWN
|
||||
#define MANDELBROT_RESET BUTTON_MENU
|
||||
|
||||
#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
|
||||
#define MANDELBROT_QUIT BUTTON_POWER
|
||||
#define MANDELBROT_UP BUTTON_UP
|
||||
#define MANDELBROT_DOWN BUTTON_DOWN
|
||||
#define MANDELBROT_LEFT BUTTON_PREV
|
||||
#define MANDELBROT_RIGHT BUTTON_NEXT
|
||||
#define MANDELBROT_ZOOM_IN BUTTON_RIGHT
|
||||
#define MANDELBROT_ZOOM_OUT BUTTON_LEFT
|
||||
#define MANDELBROT_MAXITER_INC BUTTON_VOL_UP
|
||||
#define MANDELBROT_MAXITER_DEV BUTTON_VOL_DOWN
|
||||
#define MANDELBROT_RESET BUTTON_MENU
|
||||
|
||||
#elif CONFIG_KEYPAD == ONDAVX747_PAD || CONFIG_KEYPAD == MROBE500_PAD
|
||||
#define MANDELBROT_QUIT BUTTON_POWER
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue