diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d7a386a..f8c5b683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.16.1] - 2024-03-27 + +### Fixed +- firmware: stax: move `UseCaseSettings.previous` from `BUTTON_LOWER_MIDDLE` to `BUTTON_LOWER_LEFT` + ## [1.16.0] - 2024-03-27 ### Added: diff --git a/src/ragger/firmware/stax/positions.py b/src/ragger/firmware/stax/positions.py index b613364d..87ee973f 100644 --- a/src/ragger/firmware/stax/positions.py +++ b/src/ragger/firmware/stax/positions.py @@ -206,7 +206,7 @@ def __iter__(self): "UseCaseSettings": { "single_page_exit": BUTTON_UPPER_LEFT, "multi_page_exit": BUTTON_UPPER_LEFT, - "previous": BUTTON_LOWER_MIDDLE, + "previous": BUTTON_LOWER_LEFT, "next": BUTTON_LOWER_RIGHT, }, "UseCaseSubSettings": {