forked from len0rd/rockbox
gigabeat related changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8885 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f2fe4e0c4c
commit
8d0a32eb4b
8 changed files with 503 additions and 4 deletions
|
@ -100,6 +100,16 @@ PLUGIN_HEADER
|
|||
#define CB_LEVEL (BUTTON_MENU|BUTTON_OFF)
|
||||
#define CB_QUIT BUTTON_OFF
|
||||
|
||||
#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
|
||||
#define CB_SELECT BUTTON_SELECT
|
||||
#define CB_UP BUTTON_UP
|
||||
#define CB_DOWN BUTTON_DOWN
|
||||
#define CB_LEFT BUTTON_LEFT
|
||||
#define CB_RIGHT BUTTON_RIGHT
|
||||
#define CB_PLAY BUTTON_POWER
|
||||
#define CB_LEVEL BUTTON_MENU
|
||||
#define CB_QUIT BUTTON_A
|
||||
|
||||
#else
|
||||
#error CHESSBOX: Unsupported keypad
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue