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