summaryrefslogtreecommitdiff
path: root/apps/plugins/goban
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/goban')
-rw-r--r--apps/plugins/goban/goban.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/goban/goban.h b/apps/plugins/goban/goban.h
index bb2c980f12..f71fc6fbdc 100644
--- a/apps/plugins/goban/goban.h
+++ b/apps/plugins/goban/goban.h
@@ -343,7 +343,7 @@
343#define GBN_BUTTON_ADVANCE (BUTTON_REC | BUTTON_FF) 343#define GBN_BUTTON_ADVANCE (BUTTON_REC | BUTTON_FF)
344#define GBN_BUTTON_PLAY (BUTTON_FUNC | BUTTON_REL) 344#define GBN_BUTTON_PLAY (BUTTON_FUNC | BUTTON_REL)
345#define GBN_BUTTON_MENU BUTTON_PLAY 345#define GBN_BUTTON_MENU BUTTON_PLAY
346#define GBN_BUTTON_CONTEXT (BUTTON_FUNC | BUTTON_REPEATE) 346#define GBN_BUTTON_CONTEXT (BUTTON_FUNC | BUTTON_REPEAT)
347#define GBN_BUTTON_NEXT_VAR BUTTON_REC 347#define GBN_BUTTON_NEXT_VAR BUTTON_REC
348 348
349#elif (CONFIG_KEYPAD == MPIO_HD300_PAD) 349#elif (CONFIG_KEYPAD == MPIO_HD300_PAD)