mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
hm801: Add support for plugins.
Change-Id: I81654db87d38324d8680a56bcdb7e9922ee5b619
This commit is contained in:
parent
397863ab3d
commit
6ee3fc81d9
51 changed files with 398 additions and 20 deletions
|
@ -364,6 +364,17 @@
|
|||
#define OSCILLOSCOPE_VOL_UP BUTTON_RIGHT
|
||||
#define OSCILLOSCOPE_VOL_DOWN BUTTON_LEFT
|
||||
|
||||
#elif (CONFIG_KEYPAD == HM801_PAD)
|
||||
#define OSCILLOSCOPE_QUIT BUTTON_POWER
|
||||
#define OSCILLOSCOPE_DRAWMODE BUTTON_PREV
|
||||
#define OSCILLOSCOPE_ADVMODE BUTTON_NEXT
|
||||
#define OSCILLOSCOPE_ORIENTATION BUTTON_PLAY
|
||||
#define OSCILLOSCOPE_PAUSE BUTTON_SELECT
|
||||
#define OSCILLOSCOPE_SPEED_UP BUTTON_UP
|
||||
#define OSCILLOSCOPE_SPEED_DOWN BUTTON_DOWN
|
||||
#define OSCILLOSCOPE_VOL_UP BUTTON_RIGHT
|
||||
#define OSCILLOSCOPE_VOL_DOWN BUTTON_LEFT
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue