diff options
Diffstat (limited to 'firmware/config-recorder.h')
-rw-r--r-- | firmware/config-recorder.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/config-recorder.h b/firmware/config-recorder.h index 0a1279d9c8..6231172ec3 100644 --- a/firmware/config-recorder.h +++ b/firmware/config-recorder.h @@ -3,3 +3,6 @@ /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 + +/* define this if you have the Recorder's 10-key keyboard */ +#define HAVE_RECORDER_KEYPAD 1 |