diff --git a/Controllers/ZalmanZSyncController/ZalmanZSyncControllerDetect.cpp b/Controllers/ZalmanZSyncController/ZalmanZSyncControllerDetect.cpp index e350cd9cc..3075c3f7a 100644 --- a/Controllers/ZalmanZSyncController/ZalmanZSyncControllerDetect.cpp +++ b/Controllers/ZalmanZSyncController/ZalmanZSyncControllerDetect.cpp @@ -30,9 +30,4 @@ void DetectZalmanZSyncControllers(hid_device_info* info, const std::string& name } } /* DetectZalmanZSyncControllers() */ -/*-----------------------------------------------------------------*\ -| Disable due to bricking. Bricking may not be caused by OpenRGB | -| as reports of bricking in the official software are common. Seems| -| to be a bug in the firmware, but I want to investigate further | -\*-----------------------------------------------------------------*/ REGISTER_HID_DETECTOR("Zalman Z Sync", DetectZalmanZSyncControllers, ZALMAN_VID, ZALMAN_Z_SYNC_PID);