Updated layout

This commit is contained in:
Christoffer Martinsson 2025-03-11 22:29:47 +01:00
parent b033d64f24
commit 6700feb341
2 changed files with 3 additions and 3 deletions

View File

@ -156,7 +156,7 @@ pub const MAP: [[Keyboard; NUMBER_OF_KEYS]; 3] = [
Keyboard::F12, // 2 Keyboard::F12, // 2
Keyboard::F13, // 3 Keyboard::F13, // 3
Keyboard::F14, // 4 Keyboard::F14, // 4
Keyboard::NoEventIndicated, // 5 Keyboard::PrintScreen, // 5
Keyboard::Grave, // 6 § Keyboard::Grave, // 6 §
Keyboard::NoEventIndicated, // 7 STICKY lock Keyboard::NoEventIndicated, // 7 STICKY lock
Keyboard::LeftGUI, // 8 Keyboard::LeftGUI, // 8

View File

@ -121,7 +121,7 @@ pub const MAP: [[Keyboard; NUMBER_OF_KEYS]; 3] = [
Keyboard::F8, // 8 Keyboard::F8, // 8
Keyboard::F9, // 9 Keyboard::F9, // 9
Keyboard::F10, // 10 Keyboard::F10, // 10
Keyboard::DeleteForward, // 11 Keyboard::DeleteBackspace, // 11
Keyboard::LeftControl, // 12 Keyboard::LeftControl, // 12
Keyboard::Keyboard1, // 13 Keyboard::Keyboard1, // 13
Keyboard::Keyboard2, // 14 Keyboard::Keyboard2, // 14
@ -186,7 +186,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::DeleteForward, // 11 Keyboard::DeleteBackspace, // 11
Keyboard::LeftControl, // 12 Keyboard::LeftControl, // 12
Keyboard::F15, // 13 Keyboard::F15, // 13
Keyboard::F16, // 14 Keyboard::F16, // 14