Karolis Stasaitis

Results 54 comments of Karolis Stasaitis
trafficstars

@gashtaan alright I see! Thanks for looking into and explaining this. I will dump the full code options of my chip later this week, but I believe this issue could...

@gashtaan here's the dump of the info area with your updated code: ``` Dumping part number: 68F90A0000 Dumping code options: 00000000EF13A4E063C0300330033003 30000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000...

I don't own this keyboard, so someone else would have to do all of the work of tracing the key and RGB matrix, but if someone did that, I'd happily...

@leandrofriedrich interesting, it's selecting the wrong TLC, the ISP report is on Col03 which should be the first one (and not require any additional options to the ones you already...

Oh, I just realized that the non-isp hid devices are unsorted - that's a bug. I'll be fixing it shortly. In the meantime, try using: ```sh DEBUG=1 ./sinowealth-kb-tool.exe read --vendor_id...

@leandrofriedrich can you also try with `--isp_index 0` then? (perhaps the enumeration order changed). I'm also curious what the debug logs return for each invocation, particularly `DEBUG [sinowealth_kb_tool::isp] Found Device:...

@leandrofriedrich thanks! I see it returns a different error for the correct collection (Col3): ``` DEBUG [sinowealth_kb_tool::isp] Error: hidapi error: HidD_SetFeature: (0x0000001F) A device attached to the system is not...

@cinnaooon are you running into the same issues as @leandrofriedrich?

@cinnaooon set it to `--firmware_size 61440`

@cinnaooon it's not uncommon for these types of keyboards, but you certainly have different firmware than @leandrofriedrich, possibly a different hardware revision also. Could you open up a [device report](https://github.com/carlossless/sinowealth-kb-tool/issues/new?template=device-report.md)...