Add M909 PID to the generic backend
This commit is contained in:
parent
74de332d2b
commit
223b33f4cc
2 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,7 @@ Redragon M715 Dagger | experimental | 0x04d9:0xfc39 | Nothing is tested<br>- The
|
|||
Redragon M721-Pro Lonewolf2 | experimental | 0x04d9:0xfc5c | See [this issue](https://github.com/dokutan/mouse_m908/issues/22)<br>Nothing is tested
|
||||
Redragon M990 Legend | experimental | 0x04d9:0xfc0f | See [this issue](https://github.com/dokutan/mouse_m908/issues/5)<br>This mouse uses a different data format, keycodes, etc.
|
||||
Redragon M990 Legend (RGB/Chroma) | experimental | 0x04d9:0xfc41 | - Changing the profile works<br>- Reading the settings works partially
|
||||
Redragon M909 Emperor | generic | 0x04d9:0xfc42 | [please read this](#generic-support)
|
||||
Redragon M802 Titanoboa 2 | generic | 0x04d9:0xfc42 | [please read this](#generic-support)
|
||||
Redragon 2858 (?) | generic | 0x04d9:0xfc5e | [please read this](#generic-support)
|
||||
Redragon 2805 (?) | generic | 0x04d9:0xfc58 | [please read this](#generic-support)
|
||||
|
|
|
@ -39,6 +39,7 @@ std::set< uint16_t > mouse_generic::_c_all_pids = {
|
|||
0xfc41, // M990 Legend Chroma/RGB
|
||||
0xfc42, // M802 Titanoboa 2
|
||||
0xfc49, // M910 Ranger
|
||||
0xfc4c, // M909 Emperor
|
||||
0xfc4d, // M908 Impact
|
||||
0xfc4f, // M719 Invader
|
||||
0xfc56, // M801 Mammoth (RGB?, there is an incompatible version with PID 0xfa56)
|
||||
|
|
Loading…
Add table
Reference in a new issue