Drashna Jaelre
Drashna Jaelre
Keyboard updates need to go through develop. More specifically, it looks like this PR could (and should) be split up into two separate PRs. One for the new keyboard (and...
Most likely, this would need a new ld script for the controller, and probably a new board folder, for the different config. You can look at the blackpill uf2 support...
> Great! I’ll try to test it during the weekend. Any idea how to make it via compatible? Based on the documentation on the usevia website this should work, but...
Honestly, the best way forward for the ps2 code is to merge it into the pointing device code, as that supports the 8 buttons, and a lot more. There is...
Also, just a heads up, you have a number of keyboard.json files removed. These replace info.json+rules.mk (eg, you only need the keyboard.json instead of those). So I/we would prefer if...
Basically, re-initing everything isn't the proper way to handle this. There are a couple of boards using the mcp code that can be used as examples to better handle detection,...
The ergodone uses /drivers/gpio/mcp23018.c for the I/O expander code, and has detection/error handling.
Thanks!
It looks like you have changes to the submodules here. These need to be reverted before the PR can be approved. Rebasing sometimes will fix this. Otherwise, you'd want to...
Just a heads up, this will conflict with #21548, which fixes some of the issues with the encoder code here.