mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
HD300 - plugins keymaps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28712 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d2ebc534ea
commit
dd61702fb0
62 changed files with 547 additions and 1 deletions
|
@ -398,6 +398,16 @@ F3: equal to "="
|
|||
#define CALCULATOR_INPUT BUTTON_FUNC
|
||||
#define CALCULATOR_CALC BUTTON_PLAY
|
||||
|
||||
#elif CONFIG_KEYPAD == MPIO_HD300_PAD
|
||||
#define CALCULATOR_LEFT BUTTON_REW
|
||||
#define CALCULATOR_RIGHT BUTTON_FF
|
||||
#define CALCULATOR_UP BUTTON_UP
|
||||
#define CALCULATOR_DOWN BUTTON_DOWN
|
||||
#define CALCULATOR_QUIT (BUTTON_REC|BUTTON_REPEAT)
|
||||
#define CALCULATOR_INPUT BUTTON_ENTER
|
||||
#define CALCULATOR_CALC BUTTON_PLAY
|
||||
#define CALCULATOR_CLEAR BUTTON_MENU
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue