summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiosp.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-07-07 07:04:07 +0000
committerJens Arnold <amiconn@rockbox.org>2008-07-07 07:04:07 +0000
commit105eef98fa7c4f4863d8093a27e61062bc348d1c (patch)
tree76d048b5ba9e567809fcf12c0a9041917923ea15 /firmware/export/config-ondiosp.h
parent2bfcb95fea318192e62275b8a8e4c21513dbf313 (diff)
downloadrockbox-105eef98fa7c4f4863d8093a27e61062bc348d1c.tar.gz
rockbox-105eef98fa7c4f4863d8093a27e61062bc348d1c.zip
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
Diffstat (limited to 'firmware/export/config-ondiosp.h')
-rw-r--r--firmware/export/config-ondiosp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 41ee1e068e..43dbaaf06b 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -20,6 +20,9 @@
20/* define this if you have an Ondio style 6-key keyboard */ 20/* define this if you have an Ondio style 6-key keyboard */
21#define CONFIG_KEYPAD ONDIO_PAD 21#define CONFIG_KEYPAD ONDIO_PAD
22 22
23#define AB_REPEAT_ENABLE 1
24#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
25
23/* define this if you have access to the pitchscreen */ 26/* define this if you have access to the pitchscreen */
24#define HAVE_PITCHSCREEN 27#define HAVE_PITCHSCREEN
25 28