forked from len0rd/rockbox
fuze+: add chessbox keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30688 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fceacb1858
commit
0a1191aa00
1 changed files with 10 additions and 0 deletions
|
|
@ -396,6 +396,16 @@
|
|||
#define CB_LEVEL BUTTON_REC
|
||||
#define CB_MENU (BUTTON_MENU | BUTTON_REPEAT)
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_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_PLAYPAUSE
|
||||
#define CB_LEVEL BUTTON_BACK
|
||||
#define CB_MENU (BUTTON_PLAYPAUSE | BUTTON_REPEAT)
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue