mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-26 00:38:10 -04:00
Add Wooting LE & HE and fix Wooting initialization on Linux
Commits squashed and amended to remove commented code by Adam Honse <calcprogrammer1@gmail.com>
This commit is contained in:
committed by
Adam Honse
parent
efb19ab6c6
commit
62906e7f10
@@ -8,13 +8,16 @@
|
||||
/*-----------------------------------------------------*\
|
||||
| Wooting vendor ID |
|
||||
\*-----------------------------------------------------*/
|
||||
#define WOOTING_VID 0x03EB
|
||||
#define WOOTING_OLD_VID 0x03EB
|
||||
#define WOOTING_NEW_VID 0x31E3
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| Keyboard product IDs |
|
||||
\*-----------------------------------------------------*/
|
||||
#define WOOTING_ONE_PID 0xFF01
|
||||
#define WOOTING_TWO_PID 0xFF02
|
||||
#define WOOTING_ONE_PID 0xFF01
|
||||
#define WOOTING_TWO_PID 0xFF02
|
||||
#define WOOTING_TWO_LE_PID 0x1210
|
||||
#define WOOTING_TWO_HE_PID 0x1220
|
||||
|
||||
typedef struct
|
||||
{
|
||||
@@ -30,8 +33,10 @@ static const wooting_device device_list[] =
|
||||
/*-----------------------------------------------------------------------*\
|
||||
| Keyboards |
|
||||
\*-----------------------------------------------------------------------*/
|
||||
{ WOOTING_VID, WOOTING_ONE_PID, "Wooting One" },
|
||||
// { WOOTING_VID, WOOTING_TWO_PID, "Wooting Two" },
|
||||
{ WOOTING_OLD_VID, WOOTING_ONE_PID, "Wooting One" },
|
||||
{ WOOTING_OLD_VID, WOOTING_TWO_PID, "Wooting Two" },
|
||||
{ WOOTING_NEW_VID, WOOTING_TWO_LE_PID, "Wooting Two LE" },
|
||||
{ WOOTING_NEW_VID, WOOTING_TWO_HE_PID, "Wooting Two HE" },
|
||||
};
|
||||
|
||||
/******************************************************************************************\
|
||||
|
||||
Reference in New Issue
Block a user