From 33d9216e6ede59c3f9f89951e9e3e6b27e2f44c5 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Mon, 9 Dec 2024 00:17:16 +0100 Subject: [PATCH] Updated layout --- .gitignore | 2 ++ rp2040_42/src/layout.rs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 798a280..6d15ccc 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ eCAD/cmdr-keyboard-mainboard-51/cmdr_mainboard-backups rp2040_51/target/debug rp2040_51/target/thumbv6m-none-eabi/debug rp2040_51/target +rp2040_42/target +rp2040_42/Cargo.lock diff --git a/rp2040_42/src/layout.rs b/rp2040_42/src/layout.rs index c3f72f8..9bbaf10 100644 --- a/rp2040_42/src/layout.rs +++ b/rp2040_42/src/layout.rs @@ -162,7 +162,7 @@ pub const MAP: [[Keyboard; NUMBER_OF_KEYS]; 3] = [ Keyboard::LeftGUI, // 8 Keyboard::NoEventIndicated, // 9 Keyboard::CapsLock, // 10 - Keyboard::DeleteBackspace, // 11 + Keyboard::DeleteForward, // 11 Keyboard::LeftControl, // 12 Keyboard::F15, // 13 Keyboard::F16, // 14