Change UsbCommandId_ApplyConfig to 0x07.
This commit is contained in:
@@ -15,7 +15,7 @@ export enum UsbCommand {
|
|||||||
ReadConfig = 0x04,
|
ReadConfig = 0x04,
|
||||||
WriteHardwareConfig = 0x05,
|
WriteHardwareConfig = 0x05,
|
||||||
WriteStagingUserConfig = 0x06,
|
WriteStagingUserConfig = 0x06,
|
||||||
ApplyConfig = 9,
|
ApplyConfig = 0x07,
|
||||||
LaunchEepromTransfer = 12,
|
LaunchEepromTransfer = 12,
|
||||||
GetKeyboardState = 16
|
GetKeyboardState = 16
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -58,8 +58,8 @@ exports = module.exports = moduleExports = {
|
|||||||
readConfig : 0x04,
|
readConfig : 0x04,
|
||||||
writeHardwareConfig : 0x05,
|
writeHardwareConfig : 0x05,
|
||||||
writeStagingUserConfig : 0x06,
|
writeStagingUserConfig : 0x06,
|
||||||
|
applyConfig : 0x07,
|
||||||
setTestLed: 0x14,
|
setTestLed: 0x14,
|
||||||
applyConfig: 9,
|
|
||||||
setLedPwmBrightness: 10,
|
setLedPwmBrightness: 10,
|
||||||
getAdcValue: 11,
|
getAdcValue: 11,
|
||||||
launchEepromTransferLegacy: 12,
|
launchEepromTransferLegacy: 12,
|
||||||
|
|||||||
Reference in New Issue
Block a user