Adam Honse
c71cc4f18a
Change SPDX license identifier from GPL 2.0 only to GPL 2.0 or later, as the original LICENSE file includes an or later clause at the end so the file headers were incorrect
7 months ago
John DeSilva
3a2d0f46ac
Update HYTEMouseMatController to compile on FreeBSD
...
This change includes the libusb implementation files of
HYTEMouseMatController as sources when compiling on FreeBSD. Without
this change, we see `error: unknown type name 'HYTEMousematController'`.
8 months ago
Adam Honse
20f3e5db0b
Store name in HYTEMousematController to avoid setting it in detector
9 months ago
Adam Honse
142e7fcc02
Close HYTE mousemat connections (libusb/serial) on destructor to fix rescan
9 months ago
Adam Honse
12a3b1f83e
Delete controller when deleting HYTE RGBControllers
10 months ago
Adam Honse
f03e4fd049
Implement find_usb_serial_port for MacOS, switch HYTE CNVS implementation to serial-based
10 months ago
Dmitry Kychanov
300abac9a8
Removed unused includes
2 years ago
Adam Honse
d834b18a16
Don't include _Linux files in MacOS build, add support for _MacOS files
2 years ago
James Buren
66109be668
Properly fix how how hidapi and libusb dependencies are handled
2 years ago
Adam Honse
a2fb9a00fe
Add vendor string to HYTE mousemat controller
2 years ago
Adam Honse
1f3bcaf52a
Update HYTE mousemat controller files to new standardized header comment
2 years ago
Adam Honse
d9671e50ad
Add metadata to HYTE mousemat controller
2 years ago
Chris M
d2b4ff1c56
Updated OpenRGB.pro to dynamically resolve source files
...
* Created FORMS macro list dynamically
* Added GUI_H and CONTROLLERS_H list to HEADERS
* Added GUI_CPP and CONTROLLERS_CPP list to SOURCES
* Added unique list of GUI_INCLUDES and CONTROLLER_INCLUDES to INCLUDES
* Adjusted platform specific builds to align build targets
2 years ago
Adam Honse
0b787ebb3c
Add serial implementation of HYTE CNVS mousemat controller for Windows and leave libusb implementation for Linux
3 years ago
Adam Honse
1b7cff78eb
Limit HYTE CNVS brightness to 72% of maximum brightness according to V1.1 of protocol documentation. It could be reworked in the future to only limit brightness when the sum exceeds the value, but that would require significantly more math during update
3 years ago
Adam Honse
deeb8a84b7
Initial HYTE CNVS controller implementation
3 years ago