summaryrefslogtreecommitdiff
path: root/apps/plugins/brickmania.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/brickmania.c')
-rw-r--r--apps/plugins/brickmania.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index 0743c16055..a76e51203b 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -98,6 +98,10 @@ PLUGIN_HEADER
98#define UP BUTTON_UP 98#define UP BUTTON_UP
99#define DOWN BUTTON_DOWN 99#define DOWN BUTTON_DOWN
100 100
101/* Only iPod have scroll events */
102#define SCROLL_FWD(x) (0)
103#define SCROLL_BACK(x) (0)
104
101#elif CONFIG_KEYPAD == IRIVER_H10_PAD /* grayscale at the moment */ 105#elif CONFIG_KEYPAD == IRIVER_H10_PAD /* grayscale at the moment */
102 106
103#define QUIT BUTTON_POWER 107#define QUIT BUTTON_POWER