summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodnano.h')
-rw-r--r--firmware/export/config-ipodnano.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 3dd0575b1b..f72603a2da 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -9,7 +9,13 @@
9#define MODEL_NUMBER 4 9#define MODEL_NUMBER 4
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