Updated layout

This commit is contained in:
Christoffer Martinsson 2024-07-10 20:52:20 +02:00
parent bf919854bb
commit 748ca8aa94

View File

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