Update firmware version and default mouse speed.

This commit is contained in:
László Monda
2018-04-20 09:49:27 +02:00
parent 10ceb6c79d
commit d20870f11e
3 changed files with 14 additions and 8 deletions

View File

@@ -6,6 +6,12 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
Every Agent version includes the most recent firmware version. See the [firmware changelog](https://github.com/UltimateHackingKeyboard/firmware/blob/master/CHANGELOG.md). Every Agent version includes the most recent firmware version. See the [firmware changelog](https://github.com/UltimateHackingKeyboard/firmware/blob/master/CHANGELOG.md).
## [1.2.0] - 2018-04-20
Firmware: 8.1.6 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.1.6)] | Device Protocol: 4.2.0 | User Config: 4.0.0 | Hardware Config: 1.0.0
- Tweak the default mouse speed. This was necessary because the last firmware version adjusted speed multipliers. The mouse speed can be reset via the "Reset speeds to default" button of the "Mouse speed" page.
## [1.1.5] - 2018-04-10 ## [1.1.5] - 2018-04-10
Firmware: 8.1.5 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.1.5)] | Device Protocol: 4.2.0 | User Config: 4.0.0 | Hardware Config: 1.0.0 Firmware: 8.1.5 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.1.5)] | Device Protocol: 4.2.0 | User Config: 4.0.0 | Hardware Config: 1.0.0

View File

@@ -3,9 +3,9 @@
"private": true, "private": true,
"author": "Ultimate Gadget Laboratories", "author": "Ultimate Gadget Laboratories",
"main": "electron/dist/electron-main.js", "main": "electron/dist/electron-main.js",
"version": "1.1.5", "version": "1.2.0",
"firmwareVersion": "8.1.5", "firmwareVersion": "8.1.6",
"deviceProtocolVersion": "4.2.0", "deviceProtocolVersion": "4.3.0",
"userConfigVersion": "4.0.0", "userConfigVersion": "4.0.0",
"hardwareConfigVersion": "1.0.0", "hardwareConfigVersion": "1.0.0",
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.", "description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",

View File

@@ -7,11 +7,11 @@
"iconsAndLayerTextsBrightness": 255, "iconsAndLayerTextsBrightness": 255,
"alphanumericSegmentsBrightness": 255, "alphanumericSegmentsBrightness": 255,
"keyBacklightBrightness": 255, "keyBacklightBrightness": 255,
"mouseMoveInitialSpeed": 5, "mouseMoveInitialSpeed": 4,
"mouseMoveAcceleration": 35, "mouseMoveAcceleration": 68,
"mouseMoveDeceleratedSpeed": 10, "mouseMoveDeceleratedSpeed": 8,
"mouseMoveBaseSpeed": 40, "mouseMoveBaseSpeed": 32,
"mouseMoveAcceleratedSpeed": 80, "mouseMoveAcceleratedSpeed": 64,
"mouseScrollInitialSpeed": 20, "mouseScrollInitialSpeed": 20,
"mouseScrollAcceleration": 20, "mouseScrollAcceleration": 20,
"mouseScrollDeceleratedSpeed": 20, "mouseScrollDeceleratedSpeed": 20,