Ignore interface check on Keychron QMK controller's detector as the Ultra series wireless dongles use interface 2

This commit is contained in:
Adam Honse committed 2026-08-30 16:40:36 -05:00
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);