Updated layout

This commit is contained in:
Christoffer Martinsson 2024-12-09 00:17:16 +01:00
parent 9f603350fa
commit 33d9216e6e
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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