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