Skip to content

Commit

Permalink
changelog and release history correction
Browse files Browse the repository at this point in the history
  • Loading branch information
burkfers committed Mar 12, 2024
1 parent f99cbe7 commit ef443f6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions maccel/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,6 @@ It is currently unknown how the un-throttled polling when used with `POINTING_DE
### 2024 March 12
A keycode for toggling mouse acceleration was added: If you enabled maccel keycodes, you must add a fifth keycode to your enum and add it to the shim between the record and takeoff arguments. Don't forget to place it on your keymap!
### 2024 March 7
This new release changes the acceleration curve from a up-scaling curve to a down-scaling curve, to match how other acceleration tools work, and to avoid forcing users to set a very low DPI setting - this had been the goal from the start, but it took until now to overcome the technical challenges to make this work smoothly.
See the configuration bit of this readme for an explanation of how the new curve works. This change means that you will have to readjust your variables; but do not worry, it is fairly easy to get this dialed in to *exactly* to how you had it set before:
Expand All @@ -266,6 +262,10 @@ See the configuration bit of this readme for an explanation of how the new curve
* Your other variables can remain the same.
* If using via, make sure to clear EEPROM for the new settings to take effect.
### 2024 March 10
A keycode for toggling mouse acceleration was added: If you enabled maccel keycodes, you must add a fifth keycode to your enum and add it to the shim between the record and takeoff arguments. Don't forget to place it on your keymap!
### 2024 March 1
If you're updating from a previous version, you will have to make manual adjustments to your integration. Refer to the instructions for details on what the current version expects:
Expand All @@ -279,6 +279,7 @@ If you set GROWTH_RATE to your previous value of `STEEPNESS` and keep `TAKEOFF`
## Release history
- 2024 March 12 - Release of improved down scaling accel curve
- 2024 March 10 - Addition of toggle keycode
- 2024 March 1 - Release of new four-parameter acceleration curve
- 2024 February 23 - New four-parameter acceleration curve and improved documentation
- 2024 February 07 - Experimental new DPI correction to achieve consistent acceleration behavior across different user DPI settings.
Expand Down

0 comments on commit ef443f6

Please sign in to comment.