summaryrefslogtreecommitdiff
path: root/apps/wps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps.h')
-rw-r--r--apps/wps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/wps.h b/apps/wps.h
index c9c872d35e..1779ce425d 100644
--- a/apps/wps.h
+++ b/apps/wps.h
@@ -22,7 +22,8 @@
22#include "playlist.h" 22#include "playlist.h"
23 23
24/* button definitions */ 24/* button definitions */
25#if CONFIG_KEYPAD == IRIVER_H100_PAD 25#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || \
26 (CONFIG_KEYPAD == IRIVER_H300_PAD)
26#define WPS_NEXT (BUTTON_RIGHT | BUTTON_REL) 27#define WPS_NEXT (BUTTON_RIGHT | BUTTON_REL)
27#define WPS_NEXT_PRE BUTTON_RIGHT 28#define WPS_NEXT_PRE BUTTON_RIGHT
28#define WPS_PREV (BUTTON_LEFT | BUTTON_REL) 29#define WPS_PREV (BUTTON_LEFT | BUTTON_REL)