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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 7252d62c5e..497325d845 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -148,6 +148,7 @@
148#define CREATIVE_ZENXFI2_PAD 54 148#define CREATIVE_ZENXFI2_PAD 54
149#define CREATIVE_ZENXFI3_PAD 55 149#define CREATIVE_ZENXFI3_PAD 55
150#define MA_PAD 56 150#define MA_PAD 56
151#define SONY_NWZ_PAD 57
151 152
152/* CONFIG_REMOTE_KEYPAD */ 153/* CONFIG_REMOTE_KEYPAD */
153#define H100_REMOTE 1 154#define H100_REMOTE 1
@@ -250,6 +251,8 @@
250#define LCD_CREATIVEZXFI2 48 /* as used by the Creative Zen X-Fi2 */ 251#define LCD_CREATIVEZXFI2 48 /* as used by the Creative Zen X-Fi2 */
251#define LCD_CREATIVEZXFI3 49 /* as used by the Creative Zen X-Fi3 */ 252#define LCD_CREATIVEZXFI3 49 /* as used by the Creative Zen X-Fi3 */
252#define LCD_ILI9342 50 /* as used by HiFi E.T MA9/MA8 */ 253#define LCD_ILI9342 50 /* as used by HiFi E.T MA9/MA8 */
254#define LCD_NWZE370 51 /* as used by Sony NWZ-E370 series */
255#define LCD_NWZE360 52 /* as used by Sony NWZ-E360 series */
253 256
254/* LCD_PIXELFORMAT */ 257/* LCD_PIXELFORMAT */
255#define HORIZONTAL_PACKING 1 258#define HORIZONTAL_PACKING 1
@@ -509,6 +512,10 @@ Lyre prototype 1 */
509#include "config/samsungypr0.h" 512#include "config/samsungypr0.h"
510#elif defined(MA9) 513#elif defined(MA9)
511#include "config/hifietma9.h" 514#include "config/hifietma9.h"
515#elif defined(SONY_NWZE370)
516#include "config/sonynwze370.h"
517#elif defined(SONY_NWZE360)
518#include "config/sonynwze360.h"
512#else 519#else
513/* no known platform */ 520/* no known platform */
514#endif 521#endif