forked from len0rd/rockbox
AB repeat: define single button mode for the Player so that it becomes usable, and enable AB repeat for the Ondios, also in single button mode.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17975 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2bfcb95fea
commit
105eef98fa
4 changed files with 28 additions and 30 deletions
|
@ -27,6 +27,9 @@
|
|||
/* define this if you have an Ondio style 6-key keyboard */
|
||||
#define CONFIG_KEYPAD ONDIO_PAD
|
||||
|
||||
#define AB_REPEAT_ENABLE 1
|
||||
#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
|
||||
|
||||
/* define this if you have access to the pitchscreen */
|
||||
#define HAVE_PITCHSCREEN
|
||||
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
/* define this if you have an Ondio style 6-key keyboard */
|
||||
#define CONFIG_KEYPAD ONDIO_PAD
|
||||
|
||||
#define AB_REPEAT_ENABLE 1
|
||||
#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
|
||||
|
||||
/* define this if you have access to the pitchscreen */
|
||||
#define HAVE_PITCHSCREEN
|
||||
|
||||
|
|
|
@ -16,11 +16,12 @@
|
|||
/* define this if you have the Player's keyboard */
|
||||
#define CONFIG_KEYPAD PLAYER_PAD
|
||||
|
||||
#define AB_REPEAT_ENABLE 1
|
||||
#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
|
||||
|
||||
/* The number of bytes reserved for loadable plugins */
|
||||
#define PLUGIN_BUFFER_SIZE 0x8000
|
||||
|
||||
#define AB_REPEAT_ENABLE 1
|
||||
|
||||
/* Define this if you have a MAS3507D */
|
||||
#define CONFIG_CODEC MAS3507D
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue