ch57x-keyboard-tool icon indicating copy to clipboard operation
ch57x-keyboard-tool copied to clipboard

Utility for programming ch57x small keyboard

Results 37 ch57x-keyboard-tool issues
Sort by recently updated
recently updated
newest added

After mapping a key to a modifier (shift for instance), it is not possible to use it in combination with another key (if "a" is mapped to another key, one...

1. I had to read the source of [the keyboard module](https://github.com/kriomant/ch57x-keyboard-tool/blob/master/src/keyboard/mod.rs) to figure out what key names are supported. 2. I want to limit the need to use `uinput`-based key...

First of all, thank you for developing this program. I bought this keyboard, I got this program. ![Screenshot_20240505_132828_AliExpress](https://github.com/kriomant/ch57x-keyboard-tool/assets/151744644/eb7497d3-f9b3-4250-8bcc-5247fc4c95bb) ![Screenshot_20240505_133020_Whale](https://github.com/kriomant/ch57x-keyboard-tool/assets/151744644/89be48b3-96db-468b-826c-2fb8803d672f) I was also worried about spyware and the Aliexpress keyboard software...

Hi there, I bought another product which is exactly the same with different PID and VID Device HID\VID_4132&PID_2107&MI_00\9&121dccff&0&0000. i converted the hex and use the command ch57x-keyboard-tool.exe --vendor-id 16690 --product-id...

closes #76 Isolated modifier should have a length of 0 to allow multi-keys press

Hey guys, I don't think this is how the program was meant to be used, but I made a program with python that adds "layers" support via multiple configurations. The...

I have one of those, which don't seem to work with this tool. ``` $ sudo RUST_LOG=debug .cargo/bin/ch57x-keyboard-tool --vendor-id 0x1189 --product-id 0x8840 upload < mapping.yaml [...] [2024-02-24T13:53:23Z DEBUG ch57x_keyboard_tool] Bus...

I have the 12-key 2-knob version of the device and whilst I can program custom key bindings, they reset to default on loss of power (unplugging and re-plugging the device)....

I managed to set all the buttons well, but I can't set a solid color on each LED, just some ugly modes where I don't know how to change colors...

Initially I was getting hit by #50 I was able to workaround it by any of these two methods: - Using v1.2.4 on Windows - Compiling myself including #69 (this...