summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index b72aa33..d2e1f6b 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -152,6 +152,7 @@
#define CREATIVE_ZEN_PAD 58
#define SAMSUNG_YPZ5_PAD 59
#define IHIFI_PAD 60
+#define SAMSUNG_YPR1_PAD 61
/* CONFIG_REMOTE_KEYPAD */
#define H100_REMOTE 1
@@ -263,6 +264,7 @@
#define LCD_SAMSUNGYPZ5 59 /* as used by Samsung YP-Z5 */
#define LCD_IHIFI 60 /* as used by IHIFI 760/960 */
#define LCD_CREATIVEZENXFISTYLE 61 /* as used by Creative Zen X-Fi Style */
+#define LCD_SAMSUNGYPR1 62 /* as used by Samsung YP-R1 */
/* LCD_PIXELFORMAT */
#define HORIZONTAL_PACKING 1
@@ -559,6 +561,8 @@ Lyre prototype 1 */
#include "config/ihifi960.h"
#elif defined(CREATIVE_ZENXFISTYLE)
#include "config/creativezenxfistyle.h"
+#elif defined(SAMSUNG_YPR1)
+#include "config/samsungypr1.h"
#else
/* no known platform */
#endif