diff options
Diffstat (limited to 'apps/plugins/bubbles.c')
| -rw-r--r-- | apps/plugins/bubbles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index 3254229..e96010e 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -83,7 +83,7 @@ enum { /* these are better off shooting with up */ #if (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) \ - || (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) \ + || (CONFIG_KEYPAD == SAMSUNG_YH92X_PAD) \ || (CONFIG_KEYPAD == ONDIO_PAD) \ || (CONFIG_KEYPAD == IRIVER_H10_PAD) #define SHOOT_WITH_UP |