Change UsbCommandId_SendKbootCommandToModule from 0x13 to 0x03.
This commit is contained in:
@@ -18,7 +18,7 @@ export enum UsbCommand {
|
|||||||
ReadUserConfig = 15,
|
ReadUserConfig = 15,
|
||||||
GetKeyboardState = 16,
|
GetKeyboardState = 16,
|
||||||
JumpToModuleBootloader = 0x02,
|
JumpToModuleBootloader = 0x02,
|
||||||
SendKbootCommandToModule = 19
|
SendKbootCommandToModule = 0x03
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum EepromTransfer {
|
export enum EepromTransfer {
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ exports = module.exports = moduleExports = {
|
|||||||
getKeyboardState: 16,
|
getKeyboardState: 16,
|
||||||
getDebugInfo: 17,
|
getDebugInfo: 17,
|
||||||
jumpToModuleBootloader: 0x02,
|
jumpToModuleBootloader: 0x02,
|
||||||
sendKbootCommandToModule: 19,
|
sendKbootCommandToModule: 0x03,
|
||||||
},
|
},
|
||||||
enumerationModes: {
|
enumerationModes: {
|
||||||
bootloader: 0,
|
bootloader: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user