This is a fork of OpenRGB, to add compatibility with the Slab keyboard, easier building and development, and with little plans for merging upstream. If there is interest in some of my changes being merged, I will add another branch with only the needed commits, and make a MR on the gitlab.
If you want to try this fork, install nix, and run nix run github:headblockhead/OpenRGB
.
This version of OpenRGB uses nix, run nix develop
for a development environment, and nix build
to build.
Important
You must be in the nix develop
shell for these tasks to work!
Directory: ./build
Builds the OpenRGB application.
qmake ../OpenRGB.pro
make -j$(nproc)
wrapQtApp ./openrgb
Directory: ./build
Runs the OpenRGB application.
./openrgb
Cleans the build directory.
rm -rf ./build
mkdir build