summaryrefslogtreecommitdiff
path: root/apps/plugins/brickmania.c
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2007-05-19 23:38:09 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2007-05-19 23:38:09 +0000
commita7168feeac24ff192e1174717dbfa5582509babf (patch)
tree75fe61639d0387a18195b665389fbde21d331f65 /apps/plugins/brickmania.c
parente09b87a31f1cef46ff2017f031c2ce13a2502082 (diff)
downloadrockbox-a7168feeac24ff192e1174717dbfa5582509babf.tar.gz
rockbox-a7168feeac24ff192e1174717dbfa5582509babf.zip
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/brickmania.c')
-rw-r--r--apps/plugins/brickmania.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index b434c77e25..2557738984 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -92,7 +92,7 @@ PLUGIN_HEADER
92 92
93#elif (CONFIG_KEYPAD == GIGABEAT_PAD) 93#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
94 94
95#define QUIT BUTTON_A 95#define QUIT BUTTON_POWER
96#define LEFT BUTTON_LEFT 96#define LEFT BUTTON_LEFT
97#define RIGHT BUTTON_RIGHT 97#define RIGHT BUTTON_RIGHT
98#define SELECT BUTTON_SELECT 98#define SELECT BUTTON_SELECT