openrgb:sapphire_nitro_glow_v3_rebase

Last commit made on 2021-02-03
Get this branch:
git clone -b sapphire_nitro_glow_v3_rebase https://git.launchpad.net/openrgb

Branch merges

Branch information

Name:
sapphire_nitro_glow_v3_rebase
Repository:
lp:openrgb

Recent commits

f7756c0... by K900 <me@0upti.me>

SapphireGPUController: Implement Nitro Glow V3

Commit amended for code style and to squash commits by Adam Honse <email address hidden>

50219f2... by Adam Honse

Fix missing default case in Razer custom frame

77d5e6c... by Morg <email address hidden>

Add link to OpenRGBRemote repo

7c7fe16... by Adam Honse

Disable modes for Zalman Z Sync

51142d6... by Adam Honse

Copy Corsair Lighting Node code to Zalman Z Sync code as the two use the same protocol

578157f... by Adam Honse

Initial implementation of Zalman Z Sync controller

a00c259... by Adam Honse

Add function for setting device mode

fdf8d0a... by Adam Honse

Add Razer Charging Pad Chroma support, direct mode only for now

271e98c... by Fabricio Zimmerer Murta <email address hidden>

Un-swapped zones in Razer Deathadder V2 mice.

The logo and wheel zones were swapped in the zones definitions header
file.

776f512... by =?utf-8?q?Fabr=C3=ADcio_Zimmerer_Murta?= <email address hidden>

Skips Razer device loading if invalid data is received.

This probably happens due to a general issue with OpenRazer windows
driver.

The "fix" here, simply skips loading the driver if it identifies the
device information fetched doesn't make sense -- instead of employing
NULL references at run time.

The proper fix for this issue seems to be completely remove this razer
support and move to the new RazerController approach being developed in
razer_controller branch.

Related issue: #1047.