No description
Find a file
Dmitry Isaenko 9a7da25043
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
rewrite commands flow for static commands
2025-02-02 16:02:20 +03:00
.woodpecker add readme 2025-01-24 01:58:51 +03:00
bin fixing typos 2025-01-26 01:01:07 +03:00
src rewrite commands flow for static commands 2025-02-02 16:02:20 +03:00
LICENSE proof of concept is ready 2025-01-24 01:25:30 +03:00
Makefile c-like naming 2025-02-02 01:36:03 +03:00
README.md c-like naming 2025-02-02 01:36:03 +03:00
SPECIFICATION.md typos in specification 2025-02-02 01:52:08 +03:00

argb-colors is application for backlight adjusting. Created for VID:PID=048d:5711

status-badge

Reference hardware used: Z890 AORUS PRO ICE, 048d:5711 Integrated Technology Express, Inc. GIGABYTE Device

udev rules

To make application work once started by user, and not only from root:

# vim /etc/udev/rules.d/99-gigabyte.rules
SUBSYSTEM=="input", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="048d", ATTRS{idProduct}=="5711", MODE="0666"
# udevadm control --reload-rules && udevadm trigger

Research

See SPECIFICATION.md

License

GNU GPLv3 Image

argbColors is a free software licensed under GPL v3.0 It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This application is in no way affiliated with GIGABYTE, Integrated Technology Express or any of its partners