Fix swapped button_dpi and button_lightmode for the M607

This commit is contained in:
dokutan 2021-08-05 21:52:21 +02:00
parent c77ed5deae
commit aba3064ead

View file

@ -35,8 +35,8 @@ std::map< int, std::string > mouse_m607::_c_button_names = {
{ 2, "button_middle" },
{ 3, "button_forward" },
{ 4, "button_backward" },
{ 5, "button_lightmode" },
{ 6, "button_dpi" },
{ 5, "button_dpi" },
{ 6, "button_lightmode" },
{ 7, "scroll_up" },
{ 8, "scroll_down" } };