From 44cbd337e9b77e521859865e806b3bedfe159746 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Mon, 16 Oct 2006 18:11:56 +0000 Subject: Add keymap for A-B repeat on H10 and enable support for it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11238 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h10.h | 2 ++ firmware/export/config-h10_5gb.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index d29bd6c22d..dbb7583304 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -70,6 +70,8 @@ #define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity */ +#define AB_REPEAT_ENABLE 1 + #ifndef SIMULATOR /* Define this if you have a PortalPlayer PP5020 */ diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h index e40fdeab86..6fcc0f29f0 100644 --- a/firmware/export/config-h10_5gb.h +++ b/firmware/export/config-h10_5gb.h @@ -65,6 +65,8 @@ #define BATTERY_CAPACITY_DEFAULT 820 /* default battery capacity */ +#define AB_REPEAT_ENABLE 1 + #ifndef SIMULATOR /* Define this if you have a PortalPlayer PP5020 */ -- cgit v1.2.3