Battery blinks if >BATTERY_LEVEL_DANGEROUS
[kugel-rb.git] / firmware / CONFIG
blob3e38f9bad97ad2391dff708ec2cb8754a0099017
1 /*
2  * Config template file. Contains and describes all possibile config
3  * items. Don't actually use this file, this is plain documentation.
4  */
6 /* define this if you have recording possibility */
7 #define HAVE_RECORDING 1
9 /* define this if you have a bitmap LCD display */
10 #define HAVE_LCD_BITMAP 1
12 /* define this if you have a charcell LCD display */
13 #define HAVE_LCD_CHARCELLS 1
15 /* define this if you have a post-4.50 charcell LCD display */
16 #define HAVE_NEW_CHARCELL_LCD 1
18 /* define this if you have the Recorder's 10-key keyboard */
19 #define HAVE_RECORDER_KEYPAD 1
21 /* define this if you have the Player's keyboard */
22 #define HAVE_PLAYER_KEYPAD 1
24 /* define this if you compile a simulator (no actual HW) */
25 #define SIMULATOR 1