From 105eef98fa7c4f4863d8093a27e61062bc348d1c Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 7 Jul 2008 07:04:07 +0000 Subject: 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 --- firmware/export/config-player.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'firmware/export/config-player.h') diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index 94d5edf451..2fefcbdcac 100644 --- a/firmware/export/config-player.h +++ b/firmware/export/config-player.h @@ -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 -- cgit v1.2.3