diff options
Diffstat (limited to 'apps/plugins/brickmania.c')
| -rw-r--r-- | apps/plugins/brickmania.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c index 2f1696f..38014e7 100644 --- a/apps/plugins/brickmania.c +++ b/apps/plugins/brickmania.c @@ -102,7 +102,7 @@ PLUGIN_HEADER #define SCROLL_FWD(x) (0) #define SCROLL_BACK(x) (0) -#elif CONFIG_KEYPAD == IAUDIO_X5_PAD /* grayscale at the moment */ +#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD /* grayscale at the moment */ #define QUIT BUTTON_POWER #define LEFT BUTTON_LEFT |