Slightly tweak USB command names.
This commit is contained in:
@@ -56,16 +56,16 @@ exports = module.exports = moduleExports = {
|
||||
setTestLed: 2,
|
||||
writeUserConfig: 8,
|
||||
applyConfig: 9,
|
||||
setLedPwm: 10,
|
||||
readAdc: 11,
|
||||
setLedPwmBrightness: 10,
|
||||
getAdcValue: 11,
|
||||
launchEepromTransfer: 12,
|
||||
readHardwareConfig: 13,
|
||||
writeHardwareConfig: 14,
|
||||
readUserConfig: 15,
|
||||
getKeyboardState: 16,
|
||||
readDebugInfo: 17,
|
||||
getDebugInfo: 17,
|
||||
jumpToModuleBootloader: 18,
|
||||
sendKbootCommand: 19,
|
||||
sendKbootCommandToModule: 19,
|
||||
},
|
||||
enumerationModes: {
|
||||
bootloader: 0,
|
||||
|
||||
Reference in New Issue
Block a user