mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Agptek Rocker: Build plugins
Patch provided by Aapo Tahkola. Change-Id: I37a42a950d78d6b8aa3927ec7aeb30030f7be7a5
This commit is contained in:
parent
0538ba3d59
commit
fbb6a2ff6d
52 changed files with 500 additions and 12 deletions
|
@ -493,6 +493,17 @@
|
|||
#define OSCILLOSCOPE_ORIENTATION BUTTON_TOPLEFT
|
||||
#define OSCILLOSCOPE_GRAPHMODE BUTTON_BOTTOMLEFT
|
||||
|
||||
#elif CONFIG_KEYPAD == AGPTEK_ROCKER_PAD
|
||||
#define OSCILLOSCOPE_QUIT BUTTON_POWER
|
||||
#define OSCILLOSCOPE_DRAWMODE (BUTTON_SELECT|BUTTON_UP)
|
||||
#define OSCILLOSCOPE_ADVMODE BUTTON_DOWN
|
||||
#define OSCILLOSCOPE_ORIENTATION BUTTON_UP
|
||||
#define OSCILLOSCOPE_PAUSE BUTTON_SELECT
|
||||
#define OSCILLOSCOPE_SPEED_UP BUTTON_RIGHT
|
||||
#define OSCILLOSCOPE_SPEED_DOWN BUTTON_LEFT
|
||||
#define OSCILLOSCOPE_VOL_UP BUTTON_VOLUP
|
||||
#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOLDOWN
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue