Skip to content

Commit

Permalink
Merge pull request #176 from LedgerHQ/fix/position
Browse files Browse the repository at this point in the history
[fix] Move setting 'previous' navigation button from middle to left
  • Loading branch information
lpascal-ledger authored Mar 27, 2024
2 parents f710bc0 + 551c898 commit 46ed1cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/ragger/firmware/stax/positions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 46ed1cf

Please sign in to comment.