diff --git a/config.h b/config.h --- a/config.h +++ b/config.h @@ -35,6 +35,18 @@ // Add bootloader option to top of idle screen menu #define BOOTLOADER_SHORTCUT + +#define DEFAULT_BOOT_TO_BREW 0 +#define DEFAULT_TEMP_UNITS TEMP_UNITS_FAHRENHEIT +#define DEFAULT_WINDUP_GUARD 10 +#define DEFAULT_K_P 10 +#define DEFAULT_K_I 1 +#define DEFAULT_K_D 1 +#define DEFAULT_IGNORE_ERROR 0 +#define DEFAULT_SETPOINT_BREW 70 +#define DEFAULT_SETPOINT_STEAM 70 + + #endif // vim:softtabstop=4 shiftwidth=4 expandtab