qmk_hid
qmk_hid copied to clipboard
Commandline tool for interacting with QMK devices over HID
My keyboard is Nyquist rev3 + via. I haven't tested all the features, but some of them, especially the RGB-related options, don't work like Via (for example, the --rgb-brightness option...
Too long no nix. Finally I'm back!
What hardware is this software for? I didn't realize Framework shipped any QMK stuff, is that for the new Framework 16 or does it also work on 13 and earlier?...
E.g. ``` Traceback (most recent call last): File "/home/jeremy/macropad/python/qmk_hid/gui.py", line 739, in main() File "/home/jeremy/macropad/python/qmk_hid/gui.py", line 325, in main set_rgb_u8(dev, RGB_MATRIX_VALUE_EFFECT, effect) File "/home/jeremy/macropad/python/qmk_hid/gui.py", line 559, in set_rgb_u8 send_message(dev, CUSTOM_SET_VALUE,...