OpenRGB/Controllers/SteelSeriesController
Chris d8e023b4c8 Initial commit for a canonical list of key names
+ Created RGBControllerKeyNames.h
* Adjusted every reference for key names found in `DeviceView`
* Formatting corrections
2022-02-13 15:40:15 +11:00
..
color32.h Added preliminary support for SteelSeries Apex OG family keyboards 2020-11-26 02:29:21 -06:00
RGBController_SteelSeriesApex.cpp Initial commit for a canonical list of key names 2022-02-13 15:40:15 +11:00
RGBController_SteelSeriesApex.h Add SteelSeries Apex M750 support 2020-10-27 21:21:56 -05:00
RGBController_SteelSeriesApexTZone.cpp Changing the Apex3 driver to more accurately represent the keyboard layout 2022-01-28 21:40:05 +11:00
RGBController_SteelSeriesApexTZone.h Changing the Apex3 driver to more accurately represent the keyboard layout 2022-01-28 21:40:05 +11:00
RGBController_SteelSeriesOldApex.cpp Removed various brightness modes and made highest brightness into Direct mode. Can use relative intensity to set brightness, ie RGB(255,0,255) (magenta) at ~60% brightness is RGB(150,0,150) 2021-04-29 19:14:54 +00:00
RGBController_SteelSeriesOldApex.h Fixing memory leaks in controllers 2021-02-05 16:25:46 +01:00
RGBController_SteelSeriesQCKMat.cpp New controller for SteelSeries QCK Mousemat 2021-05-22 23:49:20 -05:00
RGBController_SteelSeriesQCKMat.h New controller for SteelSeries QCK Mousemat 2021-05-22 23:49:20 -05:00
RGBController_SteelSeriesRival.cpp SteelSeries rival: skip firmware check for unsupported models and add manual saving to more modes. 2022-01-04 17:43:55 +00:00
RGBController_SteelSeriesRival.h Simplify SteelSeries Rival 700 communication 2022-01-02 19:56:48 +00:00
RGBController_SteelSeriesRival3.cpp Fixing breathing + LED setting 2021-08-31 23:04:40 +00:00
RGBController_SteelSeriesRival3.h Rival 3 support 2021-08-31 23:04:40 +00:00
RGBController_SteelSeriesSensei.cpp Revert "Implement saving for steelseries rival and sensei mice" 2021-08-20 22:21:21 +02:00
RGBController_SteelSeriesSensei.h Revert "Implement saving for steelseries rival and sensei mice" 2021-08-20 22:21:21 +02:00
RGBController_SteelSeriesSiberia.cpp Fixing memory leaks in controllers 2021-02-05 16:25:46 +01:00
RGBController_SteelSeriesSiberia.h Fixing memory leaks in controllers 2021-02-05 16:25:46 +01:00
SteelSeriesApexBaseController.h Fixing memory leaks in controllers 2021-02-05 16:25:46 +01:00
SteelSeriesApexController.cpp Fixing missing keys in matrix map to resolve #1918 2021-11-16 10:33:00 +11:00
SteelSeriesApexController.h Add SteelSeries Apex M750 support 2020-10-27 21:21:56 -05:00
SteelSeriesApexMController.cpp Fixing missing keys in matrix map to resolve #1918 2021-11-16 10:33:00 +11:00
SteelSeriesApexMController.h Add SteelSeries Apex M750 support 2020-10-27 21:21:56 -05:00
SteelSeriesApexTZoneController.cpp Changing the Apex3 driver to more accurately represent the keyboard layout 2022-01-28 21:40:05 +11:00
SteelSeriesApexTZoneController.h Changing the Apex3 driver to more accurately represent the keyboard layout 2022-01-28 21:40:05 +11:00
SteelSeriesControllerDetect.cpp Add support for SteelSeries Rival 7x0 mice 2021-11-17 19:57:42 +01:00
SteelSeriesGeneric.h Add support for SteelSeries Rival 7x0 mice 2021-11-17 19:57:42 +01:00
SteelSeriesOldApexController.cpp Fix invalid serial numbers crashing the python interface. 2021-04-29 19:17:09 +00:00
SteelSeriesOldApexController.h Removed various brightness modes and made highest brightness into Direct mode. Can use relative intensity to set brightness, ie RGB(255,0,255) (magenta) at ~60% brightness is RGB(150,0,150) 2021-04-29 19:14:54 +00:00
SteelSeriesQCKMatController.cpp New controller for SteelSeries QCK Mousemat 2021-05-22 23:49:20 -05:00
SteelSeriesQCKMatController.h New controller for SteelSeries QCK Mousemat 2021-05-22 23:49:20 -05:00
SteelSeriesRival3Controller.cpp Code path streamlined and cleanup 2021-08-31 23:04:40 +00:00
SteelSeriesRival3Controller.h Code path streamlined and cleanup 2021-08-31 23:04:40 +00:00
SteelSeriesRivalController.cpp SteelSeries rival: skip firmware check for unsupported models and add manual saving to more modes. 2022-01-04 17:43:55 +00:00
SteelSeriesRivalController.h Add firmware getter to SteelSeries Controller 2022-01-02 20:08:19 +00:00
SteelSeriesSenseiController.cpp Use the correct command for Sensei Mouses 2021-08-22 22:54:56 +00:00
SteelSeriesSenseiController.h Added Sensei 310 PID, renamed files/classes to be generic to Sensei 2021-04-16 15:59:50 -05:00
SteelSeriesSiberiaController.cpp Fix invalid serial numbers crashing the python interface. 2021-04-29 19:17:09 +00:00
SteelSeriesSiberiaController.h Fill in serial field for all HID controllers using hidapi 2020-12-03 00:01:42 -06:00