diff options
author | Marcoen Hirschberg <marcoen@gmail.com> | 2007-05-19 23:38:09 +0000 |
---|---|---|
committer | Marcoen Hirschberg <marcoen@gmail.com> | 2007-05-19 23:38:09 +0000 |
commit | a7168feeac24ff192e1174717dbfa5582509babf (patch) | |
tree | 75fe61639d0387a18195b665389fbde21d331f65 /apps/plugins/fire.c | |
parent | e09b87a31f1cef46ff2017f031c2ce13a2502082 (diff) |
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13436 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/fire.c')
-rw-r--r-- | apps/plugins/fire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c index 915e9ae1dc..bb921ab91f 100644 --- a/apps/plugins/fire.c +++ b/apps/plugins/fire.c @@ -88,7 +88,7 @@ static unsigned char draw_buffer[8*LCD_WIDTH]; #define FIRE_DECREASE_MULT BUTTON_DOWN #elif (CONFIG_KEYPAD == GIGABEAT_PAD) -#define FIRE_QUIT BUTTON_A +#define FIRE_QUIT BUTTON_POWER #define FIRE_SWITCH_FLAMES_TYPE BUTTON_LEFT #define FIRE_SWITCH_FLAMES_MOVING BUTTON_RIGHT #define FIRE_INCREASE_MULT BUTTON_UP |