Change UsbCommandId_JumpToModuleBootloader from 0x12 to 0x02.
This commit is contained in:
@@ -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