openrgb:lian_li_rebase

Last commit made on 2021-04-19
Get this branch:
git clone -b lian_li_rebase https://git.launchpad.net/openrgb

Branch merges

Branch information

Name:
lian_li_rebase
Repository:
lp:openrgb

Recent commits

6434600... by Adam Honse

Use NULL (shared) libusb context

95af3ee... by Luca Lovisa <email address hidden>

Add support for the Lian Li Uni Hub

Commits squashed and amended for code style by Adam Honse <email address hidden>

5e2b046... by Diogo Trindade <email address hidden>

Initial Wooting One controller

Commits squashed and amended for code style by Adam Honse <<email address hidden>

65c626b... by Artur

Fix Corsair K95 Platinum software mode initialization

4110335... by git <email address hidden>

AsusAuraCore: Support Asus ROG Strix GA15DH.

Commits squashed and amended for code style by Adam Honse <email address hidden>

5ce9ddc... by Cheerpipe <email address hidden>

Logitech G815 controller

 * All keys works, including media, G and light indicator.
 * mode 2 and 6 functions working to achieve "best" framerate.
 * Add a wakeup function to ensure that all keys works with the first command (just copy/paste bits from what GHub do)

Commits squashed and amended for code style by Adam Honse <email address hidden>

4dd061e... by Adam Honse

Add direction control to RazerController Wave mode

cec9675... by TheRogueZeta <email address hidden>

Add EVGA RTX 2080 SC Ultra Gaming PCI ID

0d058ef... by TheRogueZeta <email address hidden>

Update EVGA Turing controller to expose HW modes

55c8ac8... by Chris <email address hidden>

Normalising the inverted value to fix #1326

* Inverted value speeds need to be normalised when applying the value to
the slider as well as when reading from the slider
+ added code to UpdateModeUi() to address this