4931 Commits (2acdcec678bea49c45d1c3c223e52ea0cf0eb827)
 

Author SHA1 Message Date
Serhii Koreiba (eXXon) 2acdcec678 Add missing backslash key to Cherry G80-3000N ANSI layout 6 months ago
Logan Phillips 8a63cfbf25 Add Cooler Master GD160 ARGB Gaming Desk support 7 months ago
Adam Honse d4e802f3b3 Clean up Linux LED controller 7 months ago
Chris Morgan c1781bc4cb Add support for led_classdev_mc via sysfs
Update the LinuxLEDController to support multicolor LEDs defined by
the Linux kernel. For multicolor LEDs Linux exposes a single
brightness which allows a range of 0 (off) to 255 (max) and a multi_intensity
value that accepts multiple channels of colors. This current implementation
assumes that there are 3 multi_intensity channels between 0 and 255.

https://docs.kernel.org/leds/leds-class-multicolor.html

Note that for now in Linux the brightness value doesn't so much affect
the brightness of the LED as it does apply a coefficient to the individual
channel intensities. For now hard code the brightness to 255 and simply
adjust the intensities to alter the color.

This change should keep the existing sysfs code path as-is and only attempt
to use this new method when a led_rgb_path is present in the config file.

For reference, my OpenRGB.json has the following lines:
`    "LinuxLEDDevices" : {
        "devices": [
            {
                "name": "Fan LED 1",
                "rgb_path": "/sys/class/leds/rgb:programming-0/"
            }
        ]
    }`

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
7 months ago
Kulothungan U G 5966632276 Add support for msi b850m gaming plus wifi6e 7 months ago
Wojciech Lazarski 76d3a6051a Added support for Razer Thunderbolt 5 Dock Chroma 7 months ago
Adam Honse da9a96e3f2 Add ASUS ROG RTX4090 with PID 8933 7 months ago
Liam f573af369f Add support for Palit GeForce RTX 5070 Ti GamingPro 7 months ago
Andre Toerien b58b3c0402 Install systemd service under PREFIX 7 months ago
Logan Phillips db517c01af Support AE-5 and AE-5 Plus on Windows 7 months ago
Adam Honse 3fb56e610d Update CONTRIBUTING.md with comment box style updates and update CI section to reflect the CI state in 2025 7 months ago
Adam Honse 63936126f3 Perform VialRGB version and flag checks before registering QMK VialRGB controllers 7 months ago
Bergmann89 d7bab0dc7b Add support for `MSI X870 GAMING PLUS WIFI (MS-7E47)` 7 months ago
JoakoI98 fa03750957 Added support to RTX 5080 MSI Vanguard OC 7 months ago
Erik Junghanns d3f3df0b83 Improve PawnIO initialization 7 months ago
UbayGD 13edc400c9 feat: add initial support for MSI MPG B850I EDGE TI WIFI 7 months ago
Adam Honse 6aa8eb6101 Clean up OpenRGB and VialRGB QMK controllers into a common folder and move keymap definitions to QMK common files 7 months ago
Aaditya Menon 28ee8cd6eb Split Top and Side Logo zones for Gigabyte AORUS RTX 5080 XTREME WATERFORCE 7 months ago
Aaditya Menon 4ea6ccc17b Add support for Gigabyte AORUS GeForce RTX 5080 XTREME WATERFORCE 16G. Closes #5099 7 months ago
rom4ster e80a89f094 Fix X870 Implementation 7 months ago
Hans Lambermont 58360fb6d4 Add support for Corsair M75 Gaming Mouse (1B1C:1BF0) 7 months ago
BestPig 22bee9be29 Add config for the MSI B650M PROJECT ZERO (7E09) 7 months ago
phob d2e8ea066d Add support for ASUS ROG ASTRAL GeForce RTX 5080 OC WHITE in I2C PCI detector 7 months ago
Adam Honse 60b4810666 Initial QMK VialRGB controller 7 months ago
Adam Honse 93dd7f2122 Start server before detecting devices 7 months ago
Adam Honse c71cc4f18a Change SPDX license identifier from GPL 2.0 only to GPL 2.0 or later, as the original LICENSE file includes an or later clause at the end so the file headers were incorrect 7 months ago
ptkovsky 011d36492e Add support for the MSI GeForce RTX™ 5090 32G SUPRIM SOC 7 months ago
finnff 3cd7560534 Add support for the MSI GeForce RTX™ 5090 32G VANGUARD SOC 7 months ago
idoybh 82f4177bdc Add support for Gigabyte Radeon RX 7600 XT GAMING OC 16G 7 months ago
morg 3be23b3285 Add support for Redragon M987 Reaping 8 months ago
Tiago de Paula 63833ba123
Support for Gigabyte Radeon RX 7600 OC
- Vendor: 1002
- Device: 7480
- SVendor: 1458
- SDevice: 240b
- I2C Address: 0x55

Closes #4611
8 months ago
Jaden Korr 8d2d4d68c8 Support for MSI MEG X399 CREATION via MSI Mystic Light 162-byte Controller 8 months ago
⍚~Nex d72702129f Remove "Ice" from "Gigabyte GeForce RTX 4070 SUPER Eagle OC Ice" 8 months ago
Lucas Andreussi f2c1f85b2f Gigabyte RTX3060Ti GAMING OC LHR Rev 2 support 8 months ago
Barry H 1b01bbb7fc Set Asus USB motherboard to use Gen 1 8 months ago
Joachim 679b790687 Add support for Gigabyte Aorus Radeon RX 6900 XT Extreme Waterforce WB 8 months ago
Terence Tan dc7b13a5f7 Initial commit for Palit GeForce RTX 5060 Ti White OC 16GB 8 months ago
Adam Honse 5161d673b1 Change suffix back to git after 1.0rc2 release candidate 8 months ago
Adam Honse 0fca93e454 OpenRGB Release Candidate 1.0rc2 8 months ago
Adam Honse 664b794efa Update warning message if I2C doesn't load 8 months ago
Adam Honse c60cf5d2de Update SMBus documentation for PawnIO 8 months ago
Adam Honse 8d8f70bfdf Only build PawnIO support in 64-bit builds, provide non-functional stub implementations in super_io.cpp for 32-bit builds 8 months ago
Adam Honse b349c3ff2c Update PawnIO SMBus driver to use standardized API between all drivers, add NCT6793 driver, and remove WinRing0 SMBus drivers 8 months ago
Stephen Horvath 30a250c7df Replace WinRing0 with PawnIO for SMBus and Super-IO access on Windows
Commits squashed, files cleaned up, and rebased by Adam Honse <calcprogrammer1@gmail.com>
8 months ago
Adam Honse a1449d99cf Change suffix back to git after 1.0rc2wr0 release candidate 8 months ago
Adam Honse a589a0f0b8 OpenRGB Release Candidate 1.0rc2wr0 8 months ago
Adam Honse 21594063ca More warning fixes 8 months ago
Adam Honse 8f89583eb0 Fix some warnings 8 months ago
austinleroy 8487b5c89d Adding support for Logitech G600 Mouse 8 months ago
John DeSilva 3a2d0f46ac Update HYTEMouseMatController to compile on FreeBSD
This change includes the libusb implementation files of
HYTEMouseMatController as sources when compiling on FreeBSD. Without
this change, we see `error: unknown type name 'HYTEMousematController'`.
8 months ago