Updated layout
This commit is contained in:
parent
9f603350fa
commit
33d9216e6e
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,3 +11,5 @@ eCAD/cmdr-keyboard-mainboard-51/cmdr_mainboard-backups
|
|||||||
rp2040_51/target/debug
|
rp2040_51/target/debug
|
||||||
rp2040_51/target/thumbv6m-none-eabi/debug
|
rp2040_51/target/thumbv6m-none-eabi/debug
|
||||||
rp2040_51/target
|
rp2040_51/target
|
||||||
|
rp2040_42/target
|
||||||
|
rp2040_42/Cargo.lock
|
||||||
|
|||||||
@ -162,7 +162,7 @@ pub const MAP: [[Keyboard; NUMBER_OF_KEYS]; 3] = [
|
|||||||
Keyboard::LeftGUI, // 8
|
Keyboard::LeftGUI, // 8
|
||||||
Keyboard::NoEventIndicated, // 9
|
Keyboard::NoEventIndicated, // 9
|
||||||
Keyboard::CapsLock, // 10
|
Keyboard::CapsLock, // 10
|
||||||
Keyboard::DeleteBackspace, // 11
|
Keyboard::DeleteForward, // 11
|
||||||
Keyboard::LeftControl, // 12
|
Keyboard::LeftControl, // 12
|
||||||
Keyboard::F15, // 13
|
Keyboard::F15, // 13
|
||||||
Keyboard::F16, // 14
|
Keyboard::F16, // 14
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user