Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions librazer/hw_lachesis.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ enum lachesis_phys_button {
LACHESIS_PHYSBUT_LEFT = 0x01, /* Left button */
LACHESIS_PHYSBUT_RIGHT, /* Right button */
LACHESIS_PHYSBUT_MIDDLE, /* Middle button */
LACHESIS_PHYSBUT_LFRONT, /* Left side, front button */
LACHESIS_PHYSBUT_LREAR, /* Left side, rear button */
LACHESIS_PHYSBUT_RFRONT, /* Right side, front button */
LACHESIS_PHYSBUT_RREAR, /* Right side, rear button */
LACHESIS_PHYSBUT_LFRONT, /* Left side, front button */
LACHESIS_PHYSBUT_LREAR, /* Left side, rear button */
LACHESIS_PHYSBUT_TFRONT, /* Top side, front button */
LACHESIS_PHYSBUT_TREAR, /* Top side, rear button */
LACHESIS_PHYSBUT_SCROLLUP, /* Scroll wheel up */
Expand Down Expand Up @@ -143,17 +143,17 @@ static struct razer_button_function lachesis_button_functions[] = {
BUTTONFUNC_LEFT,
BUTTONFUNC_RIGHT,
BUTTONFUNC_MIDDLE,
BUTTONFUNC_PROFDOWN,
BUTTONFUNC_PROFUP,
{ .id = 0x1A, "Profile switch up" },
{ .id = 0x1B, "Profile switch down" },
BUTTONFUNC_DPIUP,
BUTTONFUNC_DPIDOWN,
BUTTONFUNC_DPI1,
BUTTONFUNC_DPI2,
BUTTONFUNC_DPI3,
BUTTONFUNC_DPI4,
BUTTONFUNC_DPI5,
BUTTONFUNC_WIN5,
BUTTONFUNC_WIN4,
{ .id = 0xA, "Windows button 4" },
{ .id = 0xB, "Windows button 5" },
BUTTONFUNC_SCROLLUP,
BUTTONFUNC_SCROLLDWN,
};
Expand Down