Change UsbCommandId_JumpToModuleBootloader from 0x12 to 0x02.
This commit is contained in:
@@ -17,7 +17,7 @@ export enum UsbCommand {
|
||||
WriteHardwareConfig = 14,
|
||||
ReadUserConfig = 15,
|
||||
GetKeyboardState = 16,
|
||||
JumpToModuleBootloader = 18,
|
||||
JumpToModuleBootloader = 0x02,
|
||||
SendKbootCommandToModule = 19
|
||||
}
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ exports = module.exports = moduleExports = {
|
||||
readUserConfig: 15,
|
||||
getKeyboardState: 16,
|
||||
getDebugInfo: 17,
|
||||
jumpToModuleBootloader: 18,
|
||||
jumpToModuleBootloader: 0x02,
|
||||
sendKbootCommandToModule: 19,
|
||||
},
|
||||
enumerationModes: {
|
||||
|
||||
Reference in New Issue
Block a user