Slightly tweak USB command names.

This commit is contained in:
László Monda
2017-11-08 23:13:03 +01:00
parent 6ba6ad543e
commit f9e1d022f2
6 changed files with 14 additions and 14 deletions

View File

@@ -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,