Change UsbCommandId_JumpToModuleBootloader from 0x12 to 0x02.

This commit is contained in:
László Monda
2017-12-11 21:46:06 +01:00
parent 32fc4b3527
commit 27988f0e6b
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ export enum UsbCommand {
WriteHardwareConfig = 14,
ReadUserConfig = 15,
GetKeyboardState = 16,
JumpToModuleBootloader = 18,
JumpToModuleBootloader = 0x02,
SendKbootCommandToModule = 19
}

View File

@@ -64,7 +64,7 @@ exports = module.exports = moduleExports = {
readUserConfig: 15,
getKeyboardState: 16,
getDebugInfo: 17,
jumpToModuleBootloader: 18,
jumpToModuleBootloader: 0x02,
sendKbootCommandToModule: 19,
},
enumerationModes: {