summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodcolor.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodcolor.h')
-rw-r--r--firmware/export/config-ipodcolor.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index de06b223e5..af2a89cf6f 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -9,7 +9,13 @@
9#define MODEL_NUMBER 3 9#define MODEL_NUMBER 3
10 10
11/* define this if you have recording possibility */ 11/* define this if you have recording possibility */
12/*#define HAVE_RECORDING 1*/ 12#define HAVE_RECORDING 1
13
14/* define the bitmask of hardware sample rates */
15#define HW_SAMPR_CAPS (SAMPR_CAP_44)
16
17/* define the bitmask of recording sample rates */
18#define REC_SAMPR_CAPS (SAMPR_CAP_44)
13 19
14/* define this if you have a bitmap LCD display */ 20/* define this if you have a bitmap LCD display */
15#define HAVE_LCD_BITMAP 1 21#define HAVE_LCD_BITMAP 1