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 7c0e285bbe..45e8d890e3 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -34,12 +34,14 @@
34/* CONFIG_CPU */ 34/* CONFIG_CPU */
35#define SH7034 7034 35#define SH7034 7034
36#define MCF5249 5249 36#define MCF5249 5249
37#define CR16 16 /* lacking a proper abbrivation */
37 38
38/* CONFIG_KEYPAD */ 39/* CONFIG_KEYPAD */
39#define PLAYER_PAD 0 40#define PLAYER_PAD 0
40#define RECORDER_PAD 1 41#define RECORDER_PAD 1
41#define ONDIO_PAD 2 42#define ONDIO_PAD 2
42#define IRIVER_H100_PAD 3 43#define IRIVER_H100_PAD 3
44#define GMINI_PAD 4
43 45
44/* CONFIG_BATTERY */ 46/* CONFIG_BATTERY */
45#define BATT_LIION2200 2200 /* FM/V2 recorder type */ 47#define BATT_LIION2200 2200 /* FM/V2 recorder type */
@@ -67,6 +69,8 @@
67#include "config-ondiofm.h" 69#include "config-ondiofm.h"
68#elif defined(IRIVER_H100) 70#elif defined(IRIVER_H100)
69#include "config-h100.h" 71#include "config-h100.h"
72#elif defined(ARCHOS_GMINI120)
73#include "config-gmini120.h"
70#else 74#else
71/* no known platform */ 75/* no known platform */
72#endif 76#endif