forked from len0rd/rockbox
add gigabeat button defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11663 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c154219f6
commit
1775d4f438
4 changed files with 25 additions and 6 deletions
|
@ -13,11 +13,6 @@
|
|||
#define MENU_BUTTON_DOWN BUTTON_SCROLL_FWD
|
||||
#define MENU_BUTTON_LEFT BUTTON_LEFT
|
||||
#define MENU_BUTTON_RIGHT BUTTON_RIGHT
|
||||
#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
|
||||
#define MENU_BUTTON_UP BUTTON_UP
|
||||
#define MENU_BUTTON_DOWN BUTTON_DOWN
|
||||
#define MENU_BUTTON_LEFT BUTTON_LEFT
|
||||
#define MENU_BUTTON_RIGHT BUTTON_RIGHT
|
||||
#else
|
||||
#define MENU_BUTTON_UP BUTTON_UP
|
||||
#define MENU_BUTTON_DOWN BUTTON_DOWN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue