Fixed up formatting

This commit is contained in:
2026-02-17 11:25:47 +10:00
parent d9b4429946
commit 03bf9f8d20
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,11 +6,11 @@
#define RF_CONF_OBSCURE_MODE 1 // Remove SeaBIOS branding for 'Security through obscurity'
#define RF_CONF_OBSCURE_BOOT_MENU_KEY 133 // 133 is F11
const char* rf_conf_obscure_bootmsg = "Waiting for boot menu combination...\n";
const char* rf_conf_obscure_welcome = "HOJUIX Bootloader 1.0.0\n"; // "Seabios (Version)" alternative
const char* rf_conf_obscure_welcome = "HOJUIX Bootloader 1.0.0\n\n"; // "Seabios (Version)" alternative
// Old configuration options moved from file-based config
#define RF_CONF_SHOW_BOOT_MENU 1 // etc/show-boot-menu
#define RF_CONF_BOOT_MENU_WAIT 2500 // etc/boot-menu-wait
#define RF_CONF_BOOT_MENU_WAIT 1000 // etc/boot-menu-wait
#define RF_CONF_BOOT_MENU_KEY 1 // etc/boot-menu-key
const char* rf_conf_bootmsg = "Press ESC for boot menu.\n";