diff options
Diffstat (limited to 'firmware/config-player.h')
-rw-r--r-- | firmware/config-player.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/config-player.h b/firmware/config-player.h index 42c86fcdec..cc3816a1cd 100644 --- a/firmware/config-player.h +++ b/firmware/config-player.h @@ -1,3 +1,5 @@ /* define this if you have a charcell LCD display */ #define HAVE_LCD_CHARCELLS 1 +/* define this if you have the Player's keyboard */ +#define HAVE_PLAYER_KEYPAD 1 |