mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
iPod: Initial attempt at button mappings for plugins. All plugins now compile, but more work is needed with the more complex ones to make them iPod friendly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8233 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c75425511e
commit
54d44c893f
28 changed files with 361 additions and 65 deletions
|
@ -24,12 +24,19 @@
|
|||
#ifdef HAVE_LCD_BITMAP
|
||||
|
||||
/* Key assignement */
|
||||
#if (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_NANO_PAD)
|
||||
#define DEMYSTIFY_QUIT BUTTON_MENU
|
||||
#define DEMYSTIFY_ADD_POLYGON BUTTON_RIGHT
|
||||
#define DEMYSTIFY_REMOVE_POLYGON BUTTON_LEFT
|
||||
#define DEMYSTIFY_INCREASE_SPEED BUTTON_SCROLL_FWD
|
||||
#define DEMYSTIFY_DECREASE_SPEED BUTTON_SCROLL_BACK
|
||||
#else
|
||||
#define DEMYSTIFY_QUIT BUTTON_OFF
|
||||
#define DEMYSTIFY_ADD_POLYGON BUTTON_UP
|
||||
#define DEMYSTIFY_REMOVE_POLYGON BUTTON_DOWN
|
||||
#define DEMYSTIFY_INCREASE_SPEED BUTTON_RIGHT
|
||||
#define DEMYSTIFY_DECREASE_SPEED BUTTON_LEFT
|
||||
|
||||
#endif
|
||||
|
||||
#define DEFAULT_WAIT_TIME 3
|
||||
#define DEFAULT_NB_POLYGONS 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue