openrgb:razer_single_zone_test

Last commit made on 2022-07-12
Get this branch:
git clone -b razer_single_zone_test https://git.launchpad.net/openrgb

Branch merges

Branch information

Name:
razer_single_zone_test
Repository:
lp:openrgb

Recent commits

d274d32... by Adam Honse

Test Razer Blade Stealth Late 2020

4fd156d... by HorrorTroll <email address hidden>

Updated RGB effect list for QMK protocol

daf1ccf... by Chris <email address hidden>

Initial commit for the PNY 3060 XLR8 Gaming REVEL EPIC-X GPU to resolve #2575

+ Add id to pci_ids.h
+ Register detector in NVIDIAIlluminationControllerDetect.cpp
+ Link to [webpage](https://www.pny.com/geforce-rtx-3060-12gb-xlr8-gaming-revel-epic-x-rgb-df)

c7d40b7... by Chris <email address hidden>

Initial commit for the Gigabyte Eagle 3060 OC 12G GPU

+ Add id to pci_ids.h
+ Register detector in GigabyteRGBFusionGPUControllerDetect.cpp
+ Link to [webpage](https://www.gigabyte.com/Graphics-Card/GV-N3060EAGLE-OC-12GD-rev-20#kf)

8681e9f... by Adam Honse

Remove PID check to test to see if these changes work for all boards

8524757... by Adam Honse

Set zone type to single if zone size is 1 on MSI 162-byte controller

b626d88... by Adam Honse

MSI improvements cleanup
  * Only create resizable zones if the board supports per-LED and the zone is one of the ARGB zones
  * Default resizable zones to zero size, per convention
  * Set fixed-size single LED zones to single type

537b9d4... by thombo <email address hidden>

Special treatment of MSI board 0x7B93 added

98ebcb2... by Thomas Boos <email address hidden>

MSI Mystic Light Rework
  * Direct mode for certain 185-byte boards based on Aleksandr Garashchenko's mystic-why project
  * Improved detector to automatically determine controller type (162 vs 185 byte)
  * Re-enable missing modes and improve mode control
  * Code cleanup

Commits squashed and amended by Adam Honse <email address hidden> as part of !1181

185c1c3... by rob Dunn <email address hidden>

Fix Windows crash on startup in Intel i801 detection (Jeampan fix) https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/766

Commit amended by Adam Honse <email address hidden>