summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku
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/sudoku
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/sudoku')
-rw-r--r--apps/plugins/sudoku/sudoku.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index 94fae58d9a..f850fcf327 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -91,14 +91,14 @@
91#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC 91#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC
92 92
93#elif (CONFIG_KEYPAD == GIGABEAT_PAD) 93#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
94#define SUDOKU_BUTTON_QUIT BUTTON_A 94#define SUDOKU_BUTTON_QUIT BUTTON_POWER
95#define SUDOKU_BUTTON_UP BUTTON_UP 95#define SUDOKU_BUTTON_UP BUTTON_UP
96#define SUDOKU_BUTTON_DOWN BUTTON_DOWN 96#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
97#define SUDOKU_BUTTON_LEFT BUTTON_LEFT 97#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
98#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT 98#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
99#define SUDOKU_BUTTON_TOGGLE BUTTON_SELECT 99#define SUDOKU_BUTTON_TOGGLE BUTTON_SELECT
100#define SUDOKU_BUTTON_MENU BUTTON_MENU 100#define SUDOKU_BUTTON_MENU BUTTON_MENU
101#define SUDOKU_BUTTON_POSSIBLE BUTTON_POWER 101#define SUDOKU_BUTTON_POSSIBLE BUTTON_A
102 102
103#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) 103#elif (CONFIG_KEYPAD == IRIVER_H10_PAD)
104#define SUDOKU_BUTTON_QUIT BUTTON_POWER 104#define SUDOKU_BUTTON_QUIT BUTTON_POWER