From 6700feb3414bee05353e05ea74da0928a5cb0331 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Tue, 11 Mar 2025 22:29:47 +0100 Subject: [PATCH] Updated layout --- rp2040_42/src/layout.rs | 2 +- rp2040_51/src/layout.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rp2040_42/src/layout.rs b/rp2040_42/src/layout.rs index ede2535..a32776e 100644 --- a/rp2040_42/src/layout.rs +++ b/rp2040_42/src/layout.rs @@ -156,7 +156,7 @@ pub const MAP: [[Keyboard; NUMBER_OF_KEYS]; 3] = [ Keyboard::F12, // 2 Keyboard::F13, // 3 Keyboard::F14, // 4 - Keyboard::NoEventIndicated, // 5 + Keyboard::PrintScreen, // 5 Keyboard::Grave, // 6 ยง Keyboard::NoEventIndicated, // 7 STICKY lock Keyboard::LeftGUI, // 8 diff --git a/rp2040_51/src/layout.rs b/rp2040_51/src/layout.rs index 516b5f4..decf30f 100644 --- a/rp2040_51/src/layout.rs +++ b/rp2040_51/src/layout.rs @@ -121,7 +121,7 @@ pub const MAP: [[Keyboard; NUMBER_OF_KEYS]; 3] = [ Keyboard::F8, // 8 Keyboard::F9, // 9 Keyboard::F10, // 10 - Keyboard::DeleteForward, // 11 + Keyboard::DeleteBackspace, // 11 Keyboard::LeftControl, // 12 Keyboard::Keyboard1, // 13 Keyboard::Keyboard2, // 14 @@ -186,7 +186,7 @@ pub const MAP: [[Keyboard; NUMBER_OF_KEYS]; 3] = [ Keyboard::LeftGUI, // 8 Keyboard::NoEventIndicated, // 9 Keyboard::CapsLock, // 10 - Keyboard::DeleteForward, // 11 + Keyboard::DeleteBackspace, // 11 Keyboard::LeftControl, // 12 Keyboard::F15, // 13 Keyboard::F16, // 14