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
This commit is contained in:
parent
52cdb909c9
commit
60b648a386
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1150)
|
||||||
MOUSEKEY_ENABLE ?= yes # Mouse keys(+2200)
|
MOUSEKEY_ENABLE ?= yes # Mouse keys(+2200)
|
||||||
EXTRAKEY_ENABLE ?= yes # Audio control and System control(+400)
|
EXTRAKEY_ENABLE ?= yes # Audio control and System control(+400)
|
||||||
CONSOLE_ENABLE ?= yes # Console for debug(+4150)
|
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)
|
NKRO_ENABLE ?= yes # USB Nkey Rollover(+350)
|
||||||
|
|
||||||
KEYMAP_SECTION_ENABLE ?= yes
|
KEYMAP_SECTION_ENABLE ?= yes
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue