mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-15 22:57:24 -04:00
Ignore interface check on Keychron QMK controller's detector as the Ultra series wireless dongles use interface 2
This commit is contained in:
1 parent
a9dea96147
commit
c3102bc724
1 file changed
+1
-1
@@ -52,4 +52,4 @@ DetectedControllers DetectQMKKeychronControllers(hid_device_info* info, const st
|
||||
return(detected_controllers);
|
||||
}
|
||||
|
||||
REGISTER_HID_DETECTOR_IPU("Keychron RGB", DetectQMKKeychronControllers, KEYCHRON_VID, HID_PID_ANY, 1, KEYCHRON_QMK_USAGE_PAGE, KEYCHRON_QMK_USAGE);
|
||||
REGISTER_HID_DETECTOR_PU("Keychron RGB QMK/ZMK Keyboard", DetectQMKKeychronControllers, KEYCHRON_VID, HID_PID_ANY, KEYCHRON_QMK_USAGE_PAGE, KEYCHRON_QMK_USAGE);
|
||||
Reference in new issue
Block a user