Artemis supports Wooting RGB keyboards through the official Wooting SDKs.
Assuming you have a supported Wooting keyboard; the Wooting Device Provider, Wooting Profile Module and Wooting Layer Brush Provider
features of the Wooting Device Plugin should work out of the box.
In order to use the Wooting Analog Module, you'll need to install the Wooting Analog SDK.
On Windows the SDK & Wooting Plugin will be installed & updated automatically through Wootility (>= v3.4).
If you wish to install manually, download the latest .msi
from the latest release
After installing, restart Artemis and the Analog Module should now work.
On Debian-based distros of Linux, Wooting provides a .deb
package which is an easy to install method of getting the Wooting SDK and Pl
ugin installed.
However if you aren't running a Debian-based distro, don't fret! It's not too difficult to get things working for your distro.
deb
package, which includes both the SDK and the Wooting Plugin, which can be found on the latest release page.Here is some helpful information for installing a deb
package manually. For all (terminal instructions) and Ubuntu (GUI instructions)
unknown-linux-gnu.tar.gz
archive.<extracted folder>/wrapper/sdk/libwooting_analog_sdk.so
to /usr/lib
. (Or to some directory and add that path to the LD_LIBRARY_PATH
environment variable)<extracted folder>/wrapper/sdk/libwooting_analog_sdk.so
to /usr/lib
.<extracted folder>/wrapper/sdk/libwooting_analog_plugin.so
to /usr/local/share/WootingAnalogPlugins/wooting-analog-plugin
.sudo mkdir -p /usr/local/share/WootingAnalogPlugins/wooting-analog-plugin
Restart Artemis and the Analog Module should now work.
As of writing, note that macOS builds of Artemis are untested and may not work correctly.
brew install wootingkb/wooting/wooting-analog-sdk
Restart Artemis and the Analog Module should now work.
apple-darwin.tar.gz
archive.<extracted folder>/wrapper/sdk/libwooting_analog_sdk.dylib
to /usr/local/lib
. (Or to some directory and add that path to the DYLD_LIBRARY_PATH
environment variable)<extracted folder>/wrapper/sdk/libwooting_analog_plugin.so
to /usr/local/share/WootingAnalogPlugins/wooting-analog-plugin
.sudo mkdir -p /usr/local/share/WootingAnalogPlugins/wooting-analog-plugin
Restart Artemis and the Analog Module should now work.
See Requirements above to install the Wooting Analog SDK on your Operating System.
As the files that you manually installed haven't been labeled by SELinux, it will block them from being used.
To fix this you'll need to auto-relabel your system.
This sounds scary but is really a single command (and a reboot) away.
sudo touch /.autorelabel
in a terminalAfter this the Wooting Analog Module should work.
All Wooting Devices running the V2 firmware should work out of the box.