This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
OpenRGB
Watch
1
Star
0
Fork
0
You've already forked OpenRGB
mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced
2026-02-14 17:21:26 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ee4cdacd6fb1404a1cceebbde74d0e4707f7dc1d
OpenRGB
/
Controllers
/
HYTEKeyboardController
History
Adam Honse
c4dd171397
Move RGBController base destructor functionality into RGBController::Shutdown() so that update thread can be stopped before deleting the controller. Shutdown() must be called in every RGBController implementation before deleting the controller. Also some fixes to the NetworkServer to avoid deadlocking and disconnect issues
2026-02-02 17:10:37 -06:00
..
HYTEKeyboardController.cpp
Add optional HID device hotplug support (requires
https://gitlab.com/OpenRGBDevelopers/hidapi-hotplug
)
2026-01-31 22:05:39 -06:00
HYTEKeyboardController.h
…
HYTEKeyboardControllerDetect.cpp
Move HID detector calls to RunHIDDetector/RunHIDWrappedDetector functions and return controller list from detector functions
2026-01-31 22:05:38 -06:00
RGBController_HYTEKeyboard.cpp
Move RGBController base destructor functionality into RGBController::Shutdown() so that update thread can be stopped before deleting the controller. Shutdown() must be called in every RGBController implementation before deleting the controller. Also some fixes to the NetworkServer to avoid deadlocking and disconnect issues
2026-02-02 17:10:37 -06:00
RGBController_HYTEKeyboard.h
…