diff --git a/config.h b/config.h --- a/config.h +++ b/config.h @@ -32,6 +32,9 @@ // Visual niceness #define hal_init() HAL_Init() +// Add bootloader option to top of idle screen menu +#define BOOTLOADER_SHORTCUT + #endif // vim:softtabstop=4 shiftwidth=4 expandtab