From 77b9fdf3478a9817f9a8fce306d9e939c792890c Mon Sep 17 00:00:00 2001 From: Lucas PASCAL Date: Tue, 23 Jul 2024 09:46:20 +0200 Subject: [PATCH] [fix] Position error for letter 'o' --- CHANGELOG.md | 6 ++++++ src/ragger/firmware/touch/positions.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3182d5ab..fd26e6b1 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.22.1] - 2024-07-23 + +### Fixed + +- firmware/flex: Wrong keyboard position + ## [1.22.0] - 2024-07-22 ### Added diff --git a/src/ragger/firmware/touch/positions.py b/src/ragger/firmware/touch/positions.py index 896f3157..525037ac 100644 --- a/src/ragger/firmware/touch/positions.py +++ b/src/ragger/firmware/touch/positions.py @@ -138,7 +138,7 @@ def __iter__(self): "y": Position(264, 415), "u": Position(312, 415), "i": Position(360, 415), - "o": Position(308, 415), + "o": Position(408, 415), "p": Position(456, 415), # second line "a": Position(48, 490),