Skip to content

Commit fa35a49

Browse files
PePeTheRenoCalcProgrammer1
authored andcommitted
Add Mars Gaming mkmini (EVision)
1 parent f127ae9 commit fa35a49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Controllers/EVisionKeyboardController/EVisionKeyboardControllerDetect.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#define ENDORFY_OMNIS_PID 0x0012
2828
#define GLORIOUS_GMMK_TKL_PID 0x5064
2929
#define REDRAGON_K550_PID 0x5204
30+
#define MARS_GAMING_MKMINI_PID 0x5078
3031
#define REDRAGON_K552_PID 0x5104
3132
#define REDRAGON_K552_V2_PID 0x5000
3233
#define REDRAGON_K556_PID 0x5004
@@ -111,6 +112,7 @@ void DetectEndorfyKeyboards(hid_device_info* info, const std::string& name)
111112
/*---------------------------------------------------------------------------------------------------------------------------------------------*\
112113
| Keyboards |
113114
\*---------------------------------------------------------------------------------------------------------------------------------------------*/
115+
REGISTER_HID_DETECTOR_IP("EVision Keyboard 320F:5078", DetectEVisionKeyboards, EVISION_KEYBOARD2_VID, MARS_GAMING_MKMINI_PID, 1, EVISION_KEYBOARD_USAGE_PAGE);
114116
REGISTER_HID_DETECTOR_IP("EVision Keyboard 0C45:5204", DetectEVisionKeyboards, EVISION_KEYBOARD_VID, REDRAGON_K550_PID, 1, EVISION_KEYBOARD_USAGE_PAGE);
115117
REGISTER_HID_DETECTOR_IP("EVision Keyboard 0C45:5104", DetectEVisionKeyboards, EVISION_KEYBOARD_VID, REDRAGON_K552_PID, 1, EVISION_KEYBOARD_USAGE_PAGE);
116118
REGISTER_HID_DETECTOR_IP("EVision Keyboard 320F:5000", DetectEVisionKeyboards, EVISION_KEYBOARD2_VID, REDRAGON_K552_V2_PID, 1, EVISION_KEYBOARD_USAGE_PAGE);

0 commit comments

Comments
 (0)