summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/screens.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.h b/apps/screens.h
index a3940db76b..8648f4fb50 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -37,7 +37,7 @@ bool quick_screen(const int, const int);
37#define SCREENS_QUICK BUTTON_F2 37#define SCREENS_QUICK BUTTON_F2
38#endif 38#endif
39 39
40#if CONFIG_KEYPAD == IRIVER_H100_PAD 40#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
41bool quick_screen(const int, const int); 41bool quick_screen(const int, const int);
42#define SCREENS_QUICK BUTTON_MODE 42#define SCREENS_QUICK BUTTON_MODE
43 /* Long press already detected so not needed here */ 43 /* Long press already detected so not needed here */