From 7150f591661ebbfcccaf4463d13189e7a18dd0b7 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Mon, 10 Mar 2025 22:23:49 +0100 Subject: [PATCH] Changed right thumb to enter --- rp2040_42/src/layout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp2040_42/src/layout.rs b/rp2040_42/src/layout.rs index f896955..defbe06 100644 --- a/rp2040_42/src/layout.rs +++ b/rp2040_42/src/layout.rs @@ -87,7 +87,7 @@ pub const MAP: [[Keyboard; NUMBER_OF_KEYS]; 3] = [ Keyboard::LeftAlt, // 39 Keyboard::NoEventIndicated, // 40 Fn (= will never trigg this layer) Keyboard::Space, // 41 - Keyboard::Space, // 42 + Keyboard::ReturnEnter, // 42 Keyboard::NoEventIndicated, // 43 Fn (= will never trigg this layer) Keyboard::NoEventIndicated, // 44 Fn (= will never trigg this layer) Keyboard::NoEventIndicated, // 45 no button connected