Add led_mode_switch to button mapping
This commit is contained in:
parent
f20380a398
commit
78ca637d96
2 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,7 @@ mouse_m908::mouse_m908(){
|
||||||
{ "right", { 0x82, 0x00, 0x00 } },
|
{ "right", { 0x82, 0x00, 0x00 } },
|
||||||
{ "middle", { 0x83, 0x00, 0x00 } },
|
{ "middle", { 0x83, 0x00, 0x00 } },
|
||||||
{ "profile_switch", { 0x8d, 0x00, 0x00 } },
|
{ "profile_switch", { 0x8d, 0x00, 0x00 } },
|
||||||
|
{ "led_mode_switch", { 0x9b, 0x04, 0x00 } },
|
||||||
{ "macro1", { 0x91, 0x00, 0x01 } },
|
{ "macro1", { 0x91, 0x00, 0x01 } },
|
||||||
{ "macro2", { 0x91, 0x01, 0x01 } },
|
{ "macro2", { 0x91, 0x01, 0x01 } },
|
||||||
{ "macro3", { 0x91, 0x02, 0x01 } },
|
{ "macro3", { 0x91, 0x02, 0x01 } },
|
||||||
|
|
|
@ -45,6 +45,7 @@ left
|
||||||
right
|
right
|
||||||
middle
|
middle
|
||||||
profile_switch
|
profile_switch
|
||||||
|
led_mode_switch
|
||||||
none
|
none
|
||||||
|
|
||||||
## Macros (see README.md)
|
## Macros (see README.md)
|
||||||
|
|
Loading…
Reference in a new issue