diff options
Diffstat (limited to 'firmware/export/config-iaudiox5.h')
| -rw-r--r-- | firmware/export/config-iaudiox5.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index 8a2ed7a..d5c67c0 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -17,6 +17,7 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN + /* define this if you have access to the pitchscreen */ #define HAVE_PITCHSCREEN @@ -81,6 +82,9 @@ should be defined as well. */ #define HAVE_LCD_SLEEP +/* Define this for FM radio input available (not for SIMULATOR) */ +#define HAVE_FMRADIO_IN + /* Define this if you have a Motorola SCF5250 */ #define CONFIG_CPU MCF5250 |