Adam Honse
afb975e5fc
Add generic implementation of SetCustomMode to RGBController class
2022-08-09 20:49:38 -05:00
Adam Honse
3af17b6d8e
Apply changes from \!1275 code review
2022-08-09 19:06:51 -05:00
Shaun McThomas
8b02484456
Create "Direct" Mode for ASRock Polychrome USB device.
2022-08-09 23:59:04 +00:00
Chris
6292ee1664
Initial commit for the Cougar 700K EVO Keyboard to resolve #2310
...
* Adding entry for the Cougar 700K EVO VID & PID
* Registered detectors
* Creating CougarKeyboardController class
* Creating RGBController_CougarKeyboard class
2022-08-09 18:43:18 +00:00
Chris
cac67592b7
Correcting the metadata for the Logitech x56 HOTAS to resolve #2574
...
* Changing detector to IPU to remove duplicate detection
+ Adding Save() method to controller
+ Adding Brightness
2022-08-09 18:24:12 +00:00
Chris
4f649795b3
Fixing regression to the DetectCoolerMasterMouse callback made in f33fc268
...
* Changed the `if` to a `switch case` to correct the MM720 triggering the callback but not creating a controller.
* Code cleanup and readability changes.
* Related to !1116
2022-08-09 20:58:22 +10:00
Mola19
f637d64dcb
Support for Asus Strix Claw
2022-08-08 15:06:53 +00:00
Chris
f1860bf742
Initial commit for Razer Naga Classic to resolve #2646
...
+ Adding PID entry for the Naga Classic
+ Registered detectors
+ Added metadata to RazerDevices.h
+ Added capabilities to RazerController.cpp
2022-08-08 23:28:30 +10:00
MOVZX
b1f560d28d
Add support for MSI Radeon RX 6900/6950 XT Gaming X Trio
2022-08-08 02:27:13 +00:00
Chris
1c1bfee727
Initial commit for the Asus ROG Strix SCAR 15 to resolve #2622
...
+ Adding AsusAuraCoreLaptopController and RGBController_AsusAuraCoreLaptop
+ Adding PID `0x19B6` and registering detector in AsusAuraCoreControllerDetect.cpp
2022-08-08 09:38:10 +10:00
Chris
4d7fe885c9
Adding a name to the LIFX controller
2022-08-08 02:02:43 +10:00
Chris
223ec45a75
Adding Laptop Stand Chroma Device to razer device list.
2022-08-06 19:56:48 +00:00
Chris
95f7cc1010
Initial commit for 3 versions of the Gigabyte 3060 Vision OC 12G GPU to resolve #2393
...
+ Add id to pci_ids.h
+ Register detector in GigabyteRGBFusionGPUControllerDetect.cpp
+ Link to [webpage](https://www.gigabyte.com/Graphics-Card/GV-N3060VISION-OC-12GD-rev-20 )
2022-08-06 19:43:32 +00:00
Chris
be4c4bfabe
Adjusting Blackwidow V3 key map layout to resolve #2583
2022-08-06 19:42:35 +00:00
MOVZX
ecdad8c3de
Add support for MSI Radeon RX 6700 XT Gaming X & MSI Radeon RX 6800 XT Gaming X Trio
2022-08-06 19:40:43 +00:00
morg
551c30e6e6
Add support for PNY GeForce RTX 3080 10GB XLR8 Gaming REVEL EPIC-X RGB
2022-08-03 14:38:56 +00:00
reklrekl
f46d86303c
Add ISO keycodes 0x32 and 0x64 to QMK controller
2022-08-03 14:38:12 +00:00
Vladimir
fef0bfe3bd
Switched from C-style arrays to std::vector to fix C++17 std::size() not being available on some Linux dists to fix !1343 build failures
2022-08-03 02:14:27 +00:00
Chris
102d7cecef
Initial commit for Razer Laptop Stand Chroma to resolve #2638
...
+ Adding PID entry for the Laptop Stand Chroma
+ Registered detectors
+ Added metadata to RazerDevices.h
+ Added capabilities to RazerController.cpp
2022-08-02 21:05:03 +00:00
Chris
864422b4bc
Fixing regression from 942a842a
...
+ Adding ZONE_EN_KEYBOARD constant char* to KeyNames
+ Replacing declarations of "Keyboard" zone with new constant char*
+ Adding "Keyboard" zone check RGBController_Razer.cpp before hiding keys
2022-08-02 21:03:28 +00:00
edbgon
2fae06a49a
Add HID to Logitech Lightspeed location string so that profile loading is successful.
2022-08-02 16:25:54 +02:00
morg
5ad475befe
Add support for PNY GeForce RTX 3060 Ti XLR8 variant
2022-08-01 10:23:13 +02:00
Vladimir
153c1579b5
Fix RGBController_MSIGPU's interaction with mode speed and brightness values to resolve #2637
2022-07-31 06:55:00 +00:00
Min Gu Kang
f511ceac14
Initial commit for Glorious Model D Wireless
2022-07-31 06:53:33 +00:00
Carter Miller
d918917c73
Removing some duplicated code and comments from NvAPI Illumination Controller, likely result of some git issue (my fault) during original merge
2022-07-31 06:52:54 +00:00
cmill
f5f4040f58
Added support line for GA104 version of PNY 3060 XLR8 Revel Epic-x
2022-07-31 02:10:10 +00:00
Chris
306d9cc8ea
Initial commit for the Gigabyte RTX 3070 Vision OC 8G LHR GPU to resolve #2639
...
+ Add id to pci_ids.h
+ Register detector in GigabyteRGBFusionGPUControllerDetect.cpp
+ Link to [webpage](https://www.gigabyte.com/Graphics-Card/GV-N3070VISION-OC-8GD-rev-20#kf )
2022-07-30 17:25:55 +10:00
Chris
6b55bbc8aa
Adding MSI 6600XT Gaming X 8G GPU to resolve #2384
...
* Added card id `0x5020` to pci_ids.h
* Registered detector in `MSIGPUControllerDetect.cpp`
* Link to [webpage](https://www.msi.com/Graphics-Card/Radeon-RX-6600-XT-GAMING-X-8G )
2022-07-29 11:58:31 +10:00
Chris
20286c285d
Improving targeted detection for the Das 4Q Keyboard to resolve #2633
...
+ Changing to IPU detector to accurately detect keyboard first time
* Avoiding errors by adding new detector callback function
2022-07-28 17:15:38 +00:00
Vladimir
c7881890d0
Initial commit for the MSI RTX 3090 Ti Suprim X 24G to resolve #2409
2022-07-28 11:46:43 +03:00
Matt Silva
773fac2240
Initial commit for Glorious Model O Wireless - Sinowealth
2022-07-27 04:03:45 +00:00
Chris
5991d566c2
Initial commit for the Gigabyte RTX 3060Ti Vision OC 8G GPU to resolve #2627
...
+ Add id to pci_ids.h
+ Register detector in GigabyteRGBFusionGPUControllerDetect.cpp
+ Link to [webpage](https://www.gigabyte.com/Graphics-Card/GV-N306TVISION-OC-8GD-rev-20#kf )
2022-07-27 12:33:56 +10:00
Chris
40bcddf569
Adding the Gigabyte Z370 AORUS Ultra Gaming-CF to resolve #2623
2022-07-27 01:32:44 +00:00
Chris
fa84a587b5
Changing detector type for NVidia Illumination GPUs to resolve #2617
...
+ Switching the detector registration to allow enabling / disabling.
2022-07-26 23:33:29 +10:00
Chris
148f69b929
Initial commit for the Gigabyte Aorus 2080 XTREME 8G GPU to resolve #2615
...
+ Add id to pci_ids.h
+ Register detector in GigabyteRGBFusion2GPUControllerDetect.cpp
+ Link to [webpage](https://www.gigabyte.com/Graphics-Card/GV-N2080AORUS-X-8GC#kf )
2022-07-25 20:31:48 +10:00
Adam Honse
b6af69cd50
Remove Ubuntu 21.10 test
2022-07-24 16:47:58 -05:00
Adam Honse
c6c9bd9f24
Fix race condition crash in SRGBmodsPicoController
2022-07-24 16:10:43 -05:00
Chris
a0f9e4ed01
Initial commit for the AMD RX 6900 XT reference GPU to resolve #2612
...
+ Adding USB PID `0x015B` to the existing controller.
+ Adding missing colour modes `Rainbow Wave`, `Swirl`, `Chase` and `Bounce`
2022-07-25 03:33:50 +10:00
thombo
20c50ba367
Support for MSI boards 7D18 and 7D51 added
2022-07-23 17:39:55 +00:00
Chris
462da9663f
Adding the GA104 variant of the MSI 3060 Gaming X 12G GPU to resolve #2613
...
* Related to !1317
* Registered detector in `MSIGPUControllerDetect.cpp`
2022-07-23 10:04:47 +10:00
Chris
942a842a32
Hiding non-keys from Razer keymaps
...
+ Setting matrix map key value if not found in defined layout
+ Correcting layout for `blackwidow_chroma_te_keymap` to include missing keys
2022-07-23 01:51:50 +10:00
Adam Honse
16effbe35b
Initial support for SRGBmods Raspberry Pi Pico LED Controller
2022-07-22 03:23:31 +00:00
Chris
3f03e4b550
Initial commit for Razer Blade 15 Base 2021 V2 to resolve #2599
...
+ Adding entry for the Blade 15 Base V2
+ Registered detectors
+ Added metadata to RazerDevices.h
+ Added capabilities to RazerController.cpp
2022-07-22 09:04:07 +10:00
Chris
9147e65963
Adding en_AU and en_GB locales to resolve #2500
...
* Adjusted main.cpp to accomodate the full locale name
2022-07-21 13:37:10 +10:00
flora
fd4db35940
Add support for Sapphire RX6900XT Toxic Limited Edition
2022-07-20 16:57:00 +00:00
Chris
40ed7bdf83
Initial commit for the Lian Li Strimer L Connect to resolve #2563
...
+ Adding StrimerLConnectController
+ Adding RGBController_StrimerLConnect
+ Adding ENEUSBControllersDetect.cpp to register StrimerLConnect detector
2022-07-21 00:14:58 +10:00
Adam Honse
75711744e7
Use 16-LED linear layout for Blade Stealth Late 2020
2022-07-20 13:03:13 +00:00
Chris
b1b07db406
Adding MSI 3060 Gaming X 12G GPU to resolve #2610
...
* Added card id `0x3976` to pci_ids.h
* Registered detector in `MSIGPUControllerDetect.cpp`
* Link to [webpage](https://www.msi.com/Graphics-Card/GeForce-RTX-3060-GAMING-X-12G )
2022-07-20 04:44:48 +00:00
Chris
c479a06312
Adding qt5-linguist to Fedora build dependencies
2022-07-20 14:34:13 +10:00
Chris
d33c410ea6
Adding new receiver for the Logitech G915 Wireless Keyboard
...
+ Adding new PID `0xC547`
+ Registering detector in LogitechControllerDetect.cpp
2022-07-19 20:06:40 +00:00