summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h4
-rw-r--r--firmware/export/config/tatungtpj1022.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 438d98116f..303e5645df 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -87,7 +87,7 @@
87#define IRIVER_H10_PAD 12 87#define IRIVER_H10_PAD 12
88#define SANSA_E200_PAD 13 88#define SANSA_E200_PAD 13
89#define SANSA_C200_PAD 14 89#define SANSA_C200_PAD 14
90#define ELIO_TPJ1022_PAD 15 90#define TATUNG_TPJ1022_PAD 15
91#define ARCHOS_AV300_PAD 16 91#define ARCHOS_AV300_PAD 16
92#define MROBE100_PAD 17 92#define MROBE100_PAD 17
93#define MROBE500_PAD 18 93#define MROBE500_PAD 18
@@ -337,7 +337,7 @@ Lyre prototype 1 */
337#include "config/sansac200.h" 337#include "config/sansac200.h"
338#elif defined(SANSA_M200) 338#elif defined(SANSA_M200)
339#include "config/sansam200.h" 339#include "config/sansam200.h"
340#elif defined(ELIO_TPJ1022) 340#elif defined(TATUNG_TPJ1022)
341#include "config/tatungtpj1022.h" 341#include "config/tatungtpj1022.h"
342#elif defined(MROBE_100) 342#elif defined(MROBE_100)
343#include "config/mrobe100.h" 343#include "config/mrobe100.h"
diff --git a/firmware/export/config/tatungtpj1022.h b/firmware/export/config/tatungtpj1022.h
index 89e3d6dff1..079be73c86 100644
--- a/firmware/export/config/tatungtpj1022.h
+++ b/firmware/export/config/tatungtpj1022.h
@@ -43,7 +43,7 @@
43 43
44/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */ 44/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */
45 45
46#define CONFIG_KEYPAD ELIO_TPJ1022_PAD 46#define CONFIG_KEYPAD TATUNG_TPJ1022_PAD
47 47
48/* Define this if you do software codec */ 48/* Define this if you do software codec */
49#define CONFIG_CODEC SWCODEC 49#define CONFIG_CODEC SWCODEC