summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@rockbox.org>2006-01-25 16:53:32 +0000
committerBrandon Low <lostlogic@rockbox.org>2006-01-25 16:53:32 +0000
commit4781f1461fd7d3f91bea4ff84ca20b5e58ff53e3 (patch)
tree9afdac66b8e87f51f594f155a0a977de41ae793f /apps/gui/gwps.h
parent60e8f4f9885d3cffb6cb7aa3b0e09a3fed0d3c84 (diff)
downloadrockbox-4781f1461fd7d3f91bea4ff84ca20b5e58ff53e3.tar.gz
rockbox-4781f1461fd7d3f91bea4ff84ca20b5e58ff53e3.zip
Functional AB on iRiver H1x0, and improved button mappings (share the NEXTDIR and PREVDIR buttons on iRiver H[13]x0 targets), patch from IRC:lamed, modified by me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8450 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index 59c5019e39..eb976c9220 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -69,9 +69,8 @@
69#define WPS_RC_QUICK (BUTTON_RC_MODE | BUTTON_REPEAT) 69#define WPS_RC_QUICK (BUTTON_RC_MODE | BUTTON_REPEAT)
70 70
71#ifdef AB_REPEAT_ENABLE 71#ifdef AB_REPEAT_ENABLE
72#define WPS_AB_SET_A_MARKER (BUTTON_REC | BUTTON_LEFT) 72#define WPS_AB_SHARE_DIR_BUTTONS
73#define WPS_AB_SET_B_MARKER (BUTTON_REC | BUTTON_RIGHT) 73#define WPS_AB_RESET_AB_MARKERS (BUTTON_ON | BUTTON_SELECT)
74#define WPS_AB_RESET_AB_MARKERS (BUTTON_REC | BUTTON_OFF)
75#endif 74#endif
76 75
77#elif CONFIG_KEYPAD == RECORDER_PAD 76#elif CONFIG_KEYPAD == RECORDER_PAD