1
0
Fork 0
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:
Marcoen Hirschberg 2006-03-02 13:28:24 +00:00
parent f2fe4e0c4c
commit 8d0a32eb4b
8 changed files with 503 additions and 4 deletions

View file

@ -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