summaryrefslogtreecommitdiff
path: root/apps/plugins/bubbles.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bubbles.c')
-rw-r--r--apps/plugins/bubbles.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index e796afd672..539380859e 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -82,7 +82,8 @@ enum {
82#define BUBBLES_QUIT2 PLA_CANCEL 82#define BUBBLES_QUIT2 PLA_CANCEL
83 83
84/* these are better off shooting with up */ 84/* these are better off shooting with up */
85#if (CONFIG_KEYPAD == SAMSUNG_YH_PAD) \ 85#if (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) \
86 || (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) \
86 || (CONFIG_KEYPAD == ONDIO_PAD) \ 87 || (CONFIG_KEYPAD == ONDIO_PAD) \
87 || (CONFIG_KEYPAD == IRIVER_H10_PAD) 88 || (CONFIG_KEYPAD == IRIVER_H10_PAD)
88#define SHOOT_WITH_UP 89#define SHOOT_WITH_UP