diff --git a/packages/usb/factory-update.js b/packages/usb/factory-update.js index a0192a00..37e382d1 100755 --- a/packages/usb/factory-update.js +++ b/packages/usb/factory-update.js @@ -23,5 +23,6 @@ require('shelljs/global'); const configBuffer = fs.readFileSync(`${firmwarePath}/devices/uhk60-right/config.bin`); await uhk.writeUca(device, configBuffer); await uhk.writeHca(device, false); + await uhk.switchKeymap(device, 'TES'); config.verbose = false; })();