Skip to content

Commit

Permalink
Bump firmware version to 11.0.0 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Feb 27, 2024
1 parent f794a56 commit a5dbd93
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to the [UHK Versioning](VERSIONING.md) conventions.

## [11.0.0] - 2024-02-28

Device Protocol: 4.10.0 | Module Protocol: 4.3.0 | User Config: **7.0.0** | Hardware Config: 1.0.0 | Smart Macros: 2.**4.0**

- Add user configuration entries for the new module pages, the "Typing behavior" page, and the new settings of the "Mouse key speed" page. `USERCONFIG:MAJOR`
- Reorder USB interfaces to achieve better compatibility with KVM switches and docking stations.
- Make per-key (monochrome) backlight work on the UHK 60 v1 (with the LEDs installed).
- Make key cluster RGB backlight work with the UHK 60 v1.
- Make the `oneShot` command wait for actual USB report change.
- Fix composite shortcuts in caret mode. `SMARTMACROS:PATCH`
- Revise advanced secondary role resolution strategy: safety-margin-related behavior might have changed.
- Add `ifLayerToggled` command. `SMARTMACROS:MINOR`
- Add `secondaryRole.advanced.triggerByMouse` config value. Advanced secondary roles are now not triggered by mouse movement by default. `SMARTMACROS:MINOR`
- Add `secondaryRole.advanced.triggerByPress` config value. `SMARTMACROS:MINOR`
- Extend UHK to 20 mouse buttons. `USERCONFIG:MINOR`
- Enable all LEDs in factory test mode.
- Make LEDs not blink momentarily upon startup.

## [10.6.0] - 2024-01-02

Device Protocol: 4.10.0 | Module Protocol: 4.3.0 | User Config: 6.0.0 | Hardware Config: 1.0.0 | Smart Macros: 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/KSDK_2.0_MK22FN512xxx12
2 changes: 1 addition & 1 deletion lib/agent
Submodule agent updated 157 files
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"md5": "2.3.0",
"shelljs": "^0.8.4"
},
"firmwareVersion": "10.6.0",
"firmwareVersion": "11.0.0",
"deviceProtocolVersion": "4.10.0",
"moduleProtocolVersion": "4.3.0",
"userConfigVersion": "7.0.0",
"hardwareConfigVersion": "1.0.0",
"smartMacrosVersion": "2.3.0",
"smartMacrosVersion": "2.4.0",
"devices": [
{
"deviceId": 1,
Expand Down

0 comments on commit a5dbd93

Please sign in to comment.