summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/clix.c3
-rw-r--r--apps/plugins/reversi/reversi-gui.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/clix.c b/apps/plugins/clix.c
index 14b0b09..59cf162 100644
--- a/apps/plugins/clix.c
+++ b/apps/plugins/clix.c
@@ -221,6 +221,9 @@
#define CLIX_BUTTON_RIGHT BUTTON_RIGHT
#define CLIX_BUTTON_CLICK BUTTON_SELECT
+#elif (CONFIG_KEYPAD == SAMSUNG_YPR1_PAD)
+#define CLIX_BUTTON_QUIT BUTTON_POWER
+
#else
#error "no keymap"
#endif
diff --git a/apps/plugins/reversi/reversi-gui.h b/apps/plugins/reversi/reversi-gui.h
index 47b7ff2..124cf47 100644
--- a/apps/plugins/reversi/reversi-gui.h
+++ b/apps/plugins/reversi/reversi-gui.h
@@ -283,6 +283,9 @@
#define REVERSI_BUTTON_MAKE_MOVE BUTTON_SELECT
#define REVERSI_BUTTON_MENU BUTTON_POWER
+#elif CONFIG_KEYPAD == SAMSUNG_YPR1_PAD
+#define REVERSI_BUTTON_QUIT BUTTON_POWER
+
#else
#error No keymap defined!
#endif