| #ifndef CONFIG_H |
| #define CONFIG_H |
| |
| |
| |
| |
| |
| |
| |
| #define WIDTH_SCALE 1/1 |
| #define HEIGHT_SCALE 1/3 |
| |
| #define TITLE "coolkbd" |
| #define MIN_WIDTH 200 |
| #define MIN_HEIGHT 100 |
| #define LONGPRESS_MS 1500 |
| |
| #define FONTS { "DejaVu Sans:bold", "DejaVu Sans", "DejaVu" } |
| #define FONT_SIZES { 2, 3, 4, 6, 8, 10, 12, 16, 18, 24, 32, 40, 48 } |
| #define FONT_MAX_SIZES 16 |
| |
| #define LABEL_MAXLEN 32 |
| |
| #define KEY_BORDER 2 |
| |
| |
| #endif |