diff --git a/rp2040/src/layout.rs b/rp2040/src/layout.rs index dcfec02..261f111 100644 --- a/rp2040/src/layout.rs +++ b/rp2040/src/layout.rs @@ -140,7 +140,7 @@ pub const HID_MAP: [[HidButton; NUMBER_OF_BUTTONS]; 4] = [ // Function layer 0 // HID Key // Button Index // ----------------------------------------- - HidButton::Fn, // 0 + HidButton::B23, // 0 HidButton::B1, // 1 HidButton::B27, // 2 HidButton::B21, // 3 @@ -152,7 +152,7 @@ pub const HID_MAP: [[HidButton; NUMBER_OF_BUTTONS]; 4] = [ HidButton::B5, // 9 HidButton::B7, // 10 HidButton::B8, // 11 - HidButton::B23, // 12 + HidButton::Fn, // 12 HidButton::B9, // 13 HidButton::B10, // 14 HidButton::H1B, // 15 @@ -170,7 +170,7 @@ pub const HID_MAP: [[HidButton; NUMBER_OF_BUTTONS]; 4] = [ // Function layer 1 (Fn button pressed) // HID Key // Button Index // ----------------------------------------- - HidButton::Fn, // 0 + HidButton::B24, // 0 HidButton::B16, // 1 HidButton::B28, // 2 HidButton::B11, // 3 @@ -182,7 +182,7 @@ pub const HID_MAP: [[HidButton; NUMBER_OF_BUTTONS]; 4] = [ HidButton::B15, // 9 HidButton::B17, // 10 HidButton::B18, // 11 - HidButton::B23, // 12 + HidButton::Fn, // 12 HidButton::B19, // 13 HidButton::B20, // 14 HidButton::H3B, // 15