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 b72aa33fa9..d2e1f6b830 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -152,6 +152,7 @@
152#define CREATIVE_ZEN_PAD 58 152#define CREATIVE_ZEN_PAD 58
153#define SAMSUNG_YPZ5_PAD 59 153#define SAMSUNG_YPZ5_PAD 59
154#define IHIFI_PAD 60 154#define IHIFI_PAD 60
155#define SAMSUNG_YPR1_PAD 61
155 156
156/* CONFIG_REMOTE_KEYPAD */ 157/* CONFIG_REMOTE_KEYPAD */
157#define H100_REMOTE 1 158#define H100_REMOTE 1
@@ -263,6 +264,7 @@
263#define LCD_SAMSUNGYPZ5 59 /* as used by Samsung YP-Z5 */ 264#define LCD_SAMSUNGYPZ5 59 /* as used by Samsung YP-Z5 */
264#define LCD_IHIFI 60 /* as used by IHIFI 760/960 */ 265#define LCD_IHIFI 60 /* as used by IHIFI 760/960 */
265#define LCD_CREATIVEZENXFISTYLE 61 /* as used by Creative Zen X-Fi Style */ 266#define LCD_CREATIVEZENXFISTYLE 61 /* as used by Creative Zen X-Fi Style */
267#define LCD_SAMSUNGYPR1 62 /* as used by Samsung YP-R1 */
266 268
267/* LCD_PIXELFORMAT */ 269/* LCD_PIXELFORMAT */
268#define HORIZONTAL_PACKING 1 270#define HORIZONTAL_PACKING 1
@@ -559,6 +561,8 @@ Lyre prototype 1 */
559#include "config/ihifi960.h" 561#include "config/ihifi960.h"
560#elif defined(CREATIVE_ZENXFISTYLE) 562#elif defined(CREATIVE_ZENXFISTYLE)
561#include "config/creativezenxfistyle.h" 563#include "config/creativezenxfistyle.h"
564#elif defined(SAMSUNG_YPR1)
565#include "config/samsungypr1.h"
562#else 566#else
563/* no known platform */ 567/* no known platform */
564#endif 568#endif