Skip to content

Commit

Permalink
Fixed another build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-jonsson committed Dec 6, 2024
1 parent 60cc676 commit 051f578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/rpi/keymap.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,11 @@ enum vxtu_scancode usbToXT[256] = {
VXTU_SCAN_INVALID, // USB df (none)
VXTU_SCAN_LCONTROL, // USB e0 ControlLeft
VXTU_SCAN_LSHIFT, // USB e1 ShiftLeft
VXTU_SCAN_ALT, // USB e2 AltLeft
VXTU_SCAN_LALT, // USB e2 AltLeft
VXTU_SCAN_INVALID, // USB e3 OSLeft
VXTU_SCAN_LCONTROL, // USB e4 ControlRight
VXTU_SCAN_RSHIFT, // USB e5 ShiftRight
VXTU_SCAN_ALT, // USB e6 AltRight
VXTU_SCAN_LALT, // USB e6 AltRight
VXTU_SCAN_INVALID, // USB e7 OSRight
VXTU_SCAN_INVALID, // USB e8 (none)
VXTU_SCAN_INVALID, // USB e9 (none)
Expand Down

0 comments on commit 051f578

Please sign in to comment.