summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config.h2
-rw-r--r--firmware/export/config/samsungyh920.h2
-rw-r--r--firmware/export/config/samsungyh925.h2
-rw-r--r--firmware/target/arm/pp/debug-pp.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 1f57734231..dc5a9b5421 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -163,7 +163,7 @@
163#define SAMSUNG_YPZ5_PAD 59 163#define SAMSUNG_YPZ5_PAD 59
164#define IHIFI_PAD 60 164#define IHIFI_PAD 60
165#define SAMSUNG_YPR1_PAD 61 165#define SAMSUNG_YPR1_PAD 61
166#define SAMSUNG_YH920_PAD 62 166#define SAMSUNG_YH92X_PAD 62
167#define DX50_PAD 63 167#define DX50_PAD 63
168 168
169/* CONFIG_REMOTE_KEYPAD */ 169/* CONFIG_REMOTE_KEYPAD */
diff --git a/firmware/export/config/samsungyh920.h b/firmware/export/config/samsungyh920.h
index 27f1ca76a3..0f7060c02f 100644
--- a/firmware/export/config/samsungyh920.h
+++ b/firmware/export/config/samsungyh920.h
@@ -90,7 +90,7 @@
90/* define this if you would like tagcache to build on this target */ 90/* define this if you would like tagcache to build on this target */
91#define HAVE_TAGCACHE 91#define HAVE_TAGCACHE
92 92
93#define CONFIG_KEYPAD SAMSUNG_YH920_PAD 93#define CONFIG_KEYPAD SAMSUNG_YH92X_PAD
94 94
95/* Define this to enable morse code input */ 95/* Define this to enable morse code input */
96#define HAVE_MORSE_INPUT 96#define HAVE_MORSE_INPUT
diff --git a/firmware/export/config/samsungyh925.h b/firmware/export/config/samsungyh925.h
index e6c2133034..8c102d7fd1 100644
--- a/firmware/export/config/samsungyh925.h
+++ b/firmware/export/config/samsungyh925.h
@@ -87,7 +87,7 @@
87/* define this if you would like tagcache to build on this target */ 87/* define this if you would like tagcache to build on this target */
88#define HAVE_TAGCACHE 88#define HAVE_TAGCACHE
89 89
90#define CONFIG_KEYPAD SAMSUNG_YH920_PAD 90#define CONFIG_KEYPAD SAMSUNG_YH92X_PAD
91 91
92/* Define this to enable morse code input */ 92/* Define this to enable morse code input */
93#define HAVE_MORSE_INPUT 93#define HAVE_MORSE_INPUT
diff --git a/firmware/target/arm/pp/debug-pp.c b/firmware/target/arm/pp/debug-pp.c
index a77101eef4..52f6bf36b3 100644
--- a/firmware/target/arm/pp/debug-pp.c
+++ b/firmware/target/arm/pp/debug-pp.c
@@ -52,7 +52,7 @@
52# define DEBUG_CANCEL BUTTON_POWER 52# define DEBUG_CANCEL BUTTON_POWER
53 53
54#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 54#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
55 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 55 (CONFIG_KEYPAD == SAMSUNG_YH92X_PAD)
56# define DEBUG_CANCEL BUTTON_PLAY 56# define DEBUG_CANCEL BUTTON_PLAY
57 57
58#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD) 58#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD)