diff options
| -rw-r--r-- | firmware/CONFIG | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/CONFIG b/firmware/CONFIG index bb10c8a..6859315 100644 --- a/firmware/CONFIG +++ b/firmware/CONFIG @@ -12,5 +12,11 @@ /* define this if you have a charcell LCD display */ #define HAVE_LCD_CHARCELLS 1 +/* define this if you have the Recorder's 10-key keyboard */ +#define HAVE_RECORDER_KEYPAD 1 + +/* define this if you have the Player's keyboard */ +#define HAVE_PLAYER_KEYPAD 1 + /* define this if you compile a simulator (no actual HW) */ #define SIMULATOR 1 |