xbows-driver
xbows-driver copied to clipboard
Debian 11 user here. After wrestling a bit with #16, I compiled hdapi from its github repository, and was then able to compile x-bows driver/executables without errors. However when I...
After pulling the repository and initializing the submodules, `cmake ..` produces the following error: ``` CMake Error at CMakeLists.txt:10 (find_package): By not providing "FindHIDAPI.cmake" in CMAKE_MODULE_PATH this project has asked...
Since this isn't super clear--does this project support the Knight as well as the Nature?
Hello, I was wondering whether there is support for RGB animations on keystrokes, such as the ones that appear on the keyboard when pressing Fn+F6 on the standard layer. I...
Just running `kbdtest2` causes a segfault. Backtrace from `gdb`: ``` Reading symbols from bin/kbdtest2... (No debugging symbols found in bin/kbdtest2) (gdb) run Starting program: /nix/store/ackf67gjzqbiw12fhxkki7lbn4bqam5p-xbows-driver-unstable-20191030/bin/kbdtest2 [Thread debugging using libthread_db enabled]...
`kbdtest2` hangs when trying to program a non-LED keyboard presumably because it is trying to do something with the lights. Sending this file with `kbdtest2 -v file.yaml` makes kbdtest2 hang...
I didn't found in the docs if it was possible to dump the current config of the keyboard. I don't know either if it's possible, but it could be useful...
In order to make this properly compile on NixOS, I use the following changes: 1. Build ```libcrc``` and ```hidadpi-supercollider``` outside of the driver using the same commit referenced as submodules....
I have tried with the new hidapi from libusb (the new maintained upstream) at v0.9.0, instead of the SuperCollider fork and it works fine. You may want to change that...
Hello, I was going to try to use this project ton make some remapping on my x-bows, but I didn't really understood where to start. Is it possible to add...