This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10251 - plugin keymaps for Samsung YH-820 YH-920 YH-925
Attached to Project:
Rockbox
Opened by Jens Erdmann (pyro_maniac) - Wednesday, 27 May 2009, 22:21 GMT+2
Opened by Jens Erdmann (pyro_maniac) - Wednesday, 27 May 2009, 22:21 GMT+2
|
Details- First try of making plugin keymaps for Samsung YH-820 YH-920 YH-925
|
This task depends upon
"+#elif CONFIG_KEYPAD == SAMSUNG_YH_PA" shouldn't it be SAMSUNG_YH_PAD ?
example in rockblox:
#elif CONFIG_KEYPAD == PLAYER_PAD
#define ROCKBLOX_OFF_PRE BUTTON_STOP
#define ROCKBLOX_OFF (BUTTON_STOP|BUTTON_REL)
And the REC button was only the first idea to have some.
This can be done before or after committing.
EDIT: you also need to enable plugins in tools/configure
by the way the rec switch to exit plugins (tested cube) is not very user friendly :)
- fix remaining errors
- add missing defines
If someone fixes this I'll commit.