summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-neo35.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-neo35.h b/firmware/export/config-neo35.h
index 0f50724c52..fd5592f153 100644
--- a/firmware/export/config-neo35.h
+++ b/firmware/export/config-neo35.h
@@ -7,6 +7,9 @@
7/* define this if you have the Player's keyboard */ 7/* define this if you have the Player's keyboard */
8#define HAVE_NEO_KEYPAD 1 8#define HAVE_NEO_KEYPAD 1
9 9
10/* Define this if you have a SH7034 */
11#define HAVE_SH7034
12
10/* Define this if you have a MAS3507D */ 13/* Define this if you have a MAS3507D */
11#define HAVE_MAS3507D 14#define HAVE_MAS3507D
12 15