From 60b648a386301c30ee06f8dd25e68326482f3597 Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 8 Sep 2022 11:25:45 +0900 Subject: [PATCH] ibmpc_usb: Enable Magic commands again There are Soarer compatible converters without Reset button like Orihalcon's. Without Magic commands those converters couldn't start into booloader mode in the end. https://geekhack.org/index.php?topic=103648.msg3139810#msg3139810 --- converter/ibmpc_usb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converter/ibmpc_usb/Makefile b/converter/ibmpc_usb/Makefile index 3cb7a760..96de9cea 100644 --- a/converter/ibmpc_usb/Makefile +++ b/converter/ibmpc_usb/Makefile @@ -74,7 +74,7 @@ BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1150) MOUSEKEY_ENABLE ?= yes # Mouse keys(+2200) EXTRAKEY_ENABLE ?= yes # Audio control and System control(+400) CONSOLE_ENABLE ?= yes # Console for debug(+4150) -COMMAND_ENABLE ?= no # Commands for debug and configuration(+3600) +COMMAND_ENABLE ?= yes # Commands for debug and configuration(+3600) NKRO_ENABLE ?= yes # USB Nkey Rollover(+350) KEYMAP_SECTION_ENABLE ?= yes