mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22149 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
11ac0b3f2a
commit
594b6e2b49
76 changed files with 683 additions and 8 deletions
|
@ -269,6 +269,18 @@
|
|||
#define GBN_BUTTON_MENU BUTTON_MENU | BUTTON_REPEAT
|
||||
#define GBN_BUTTON_PLAY BUTTON_MENU | BUTTON_REL
|
||||
#define GBN_BUTTON_NAV_MODE BUTTON_OFF
|
||||
|
||||
#elif (CONFIG_KEYPAD == SAMSUNG_YH_PAD)
|
||||
#define GBN_BUTTON_UP BUTTON_UP
|
||||
#define GBN_BUTTON_DOWN BUTTON_DOWN
|
||||
#define GBN_BUTTON_LEFT BUTTON_LEFT
|
||||
#define GBN_BUTTON_RIGHT BUTTON_RIGHT
|
||||
#define GBN_BUTTON_RETREAT BUTTON_REW
|
||||
#define GBN_BUTTON_ADVANCE BUTTON_FFWD
|
||||
#define GBN_BUTTON_MENU BUTTON_PLAY | BUTTON_LEFT
|
||||
#define GBN_BUTTON_PLAY BUTTON_PLAY | BUTTON_RIGHT
|
||||
#define GBN_BUTTON_CONTEXT BUTTON_PLAY | BUTTON_DOWN
|
||||
#define GBN_BUTTON_NEXT_VAR BUTTON_PLAY | BUTTON_UP
|
||||
/* No context */
|
||||
/* No advance/retreat */
|
||||
/* no next var */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue