Make factory-update.js switch keymap.

This commit is contained in:
László Monda
2018-04-02 18:28:12 +02:00
parent 1b15911783
commit b26fecfc7a

View File

@@ -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;
})();