summaryrefslogtreecommitdiff
path: root/apps/plugins/solitaire.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/solitaire.c')
-rw-r--r--apps/plugins/solitaire.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c
index 0b7d8ac3c7..2296a6ef5a 100644
--- a/apps/plugins/solitaire.c
+++ b/apps/plugins/solitaire.c
@@ -395,7 +395,9 @@ PLUGIN_HEADER
395# define HK_CUR2STACK "SELECT.." 395# define HK_CUR2STACK "SELECT.."
396# define HK_REM2STACK "VIEW+RIGHT" 396# define HK_REM2STACK "VIEW+RIGHT"
397 397
398#elif (CONFIG_KEYPAD == ONDAVX747_PAD) || CONFIG_KEYPAD == MROBE500_PAD 398#elif (CONFIG_KEYPAD == ONDAVX747_PAD) || \
399(CONFIG_KEYPAD == ONDAVX777_PAD) || \
400CONFIG_KEYPAD == MROBE500_PAD
399# define SOL_QUIT BUTTON_POWER 401# define SOL_QUIT BUTTON_POWER
400 402
401#elif (CONFIG_KEYPAD == SAMSUNG_YH_PAD) 403#elif (CONFIG_KEYPAD == SAMSUNG_YH_PAD)