From 97f1b405c22004faa121e4475b087c27791b45c3 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sat, 31 Jan 2026 22:33:44 -0600 Subject: [PATCH] Switch to PU ONLY detector --- .../HIDLampArrayController/HIDLampArrayControllerDetect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/HIDLampArrayController/HIDLampArrayControllerDetect.cpp b/Controllers/HIDLampArrayController/HIDLampArrayControllerDetect.cpp index 1f25ef0d7..27901ab32 100644 --- a/Controllers/HIDLampArrayController/HIDLampArrayControllerDetect.cpp +++ b/Controllers/HIDLampArrayController/HIDLampArrayControllerDetect.cpp @@ -34,4 +34,4 @@ DetectedControllers DetectHIDLampArrayControllers(hid_device_info* info, const s return(detected_controllers); } -REGISTER_HID_DETECTOR_PU("Arduino Zero HID Lamp Array Demo", DetectHIDLampArrayControllers, 0x2341, 0x804D, 0x59, 0x01); +REGISTER_HID_DETECTOR_PU_ONLY("HID LampArray Device", DetectHIDLampArrayControllers, 0x59, 0x01);