summaryrefslogtreecommitdiff
path: root/firmware/export/config-tpj1022.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-tpj1022.h')
-rw-r--r--firmware/export/config-tpj1022.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/config-tpj1022.h b/firmware/export/config-tpj1022.h
index ea235edc24..5307074aa1 100644
--- a/firmware/export/config-tpj1022.h
+++ b/firmware/export/config-tpj1022.h
@@ -15,6 +15,14 @@
15/* define this if you have recording possibility */ 15/* define this if you have recording possibility */
16/*#define HAVE_RECORDING*/ /* TODO: add support for this */ 16/*#define HAVE_RECORDING*/ /* TODO: add support for this */
17 17
18/* define the bitmask of hardware sample rates */
19#define HW_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \
20 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8)
21
22/* define the bitmask of recording sample rates
23#define REC_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \
24 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8) */
25
18/* define this if you have a bitmap LCD display */ 26/* define this if you have a bitmap LCD display */
19#define HAVE_LCD_BITMAP 27#define HAVE_LCD_BITMAP
20 28