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 3ee2330879..37146b649d 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -149,6 +149,7 @@
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#define SONY_NWZ_PAD 57
152#define CREATIVE_ZEN_PAD 58
152 153
153/* CONFIG_REMOTE_KEYPAD */ 154/* CONFIG_REMOTE_KEYPAD */
154#define H100_REMOTE 1 155#define H100_REMOTE 1
@@ -253,6 +254,7 @@
253#define LCD_ILI9342 50 /* as used by HiFi E.T MA9/MA8 */ 254#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_NWZE370 51 /* as used by Sony NWZ-E370 series */
255#define LCD_NWZE360 52 /* as used by Sony NWZ-E360 series */ 256#define LCD_NWZE360 52 /* as used by Sony NWZ-E360 series */
257#define LCD_CREATIVEZENMOZAIC 56 /* as used by the Creative ZEN Mozaic (FGD0801) */
256 258
257/* LCD_PIXELFORMAT */ 259/* LCD_PIXELFORMAT */
258#define HORIZONTAL_PACKING 1 260#define HORIZONTAL_PACKING 1
@@ -521,6 +523,8 @@ Lyre prototype 1 */
521#include "config/pandora.h" 523#include "config/pandora.h"
522#elif defined(SAMSUNG_YPR0) 524#elif defined(SAMSUNG_YPR0)
523#include "config/samsungypr0.h" 525#include "config/samsungypr0.h"
526#elif defined(CREATIVE_ZENMOZAIC)
527#include "config/creativezenmozaic.h"
524#elif defined(MA9) 528#elif defined(MA9)
525#include "config/hifietma9.h" 529#include "config/hifietma9.h"
526#elif defined(SONY_NWZE370) 530#elif defined(SONY_NWZE370)