kriomant / ch57x-keyboard-tool

Utility for programming ch57x small keyboard
MIT License
500 stars 61 forks source link

Fixing 3x1-1 macro keyboard #93

Closed BlinxFox closed 1 month ago

BlinxFox commented 3 months ago

Version v1.2.0 initializes the HID-data buffer and sends the commands like this:

keyboard.buf[0] = 0x03; self.buf[1..9].copy_from_slice(pkt.as_slice());

Now the code has been refactored and the 0x03 got missing.

junho85 commented 1 month ago

I've tested it with a 3x1 macro keyboard and it doesn't work. sorry. I tested wrong branch. It works great.

kriomant commented 1 month ago

Thank you! Integrated into 1.4.4